Commit 546c79dc authored by Andoni Jimenez's avatar Andoni Jimenez
Browse files

Add config file

parent 4a008c4d
Loading
Loading
Loading
Loading

config

0 → 100644
+107 −0
Original line number Diff line number Diff line
[{
    "id":"morphology",
    "name":"Morphology",
    "type":"radiobutton",
    "ncolumns":1,
    "add_clear":true,
    "clear_shortcut":"F9",
    "elements":[{
        "id":"elliptical",
        "name":"Elliptical",
        "shortcut":"F5",
        "description":"<b>Elliptical</b> or <b>lenticular</b> galaxies."
      },{
        "id":"spiral",
        "name":"Spiral",
        "shortcut":"F6",
        "description":"<b>Disc</b> galaxy."
      },{
        "id":"irregular",
        "name":"Irregular",
        "shortcut":"F7",
        "description":"<b>Irregular</b> galaxy."
      },{
        "id":"other",
        "name":"Other",
        "shortcut":"F8",
        "description":"<b>Star</b> or <b>HII region</b> for instance."
      }
    ]
  },
  {
    "id":"tags",
    "name":"Tags",
    "type":"checkbox",
    "ncolumns":2,
    "elements":[{
        "id":"large",
        "name":"Large",
        "shortcut":"L",
        "description":"The galaxy is <b>too large</b> and does not entirely fit within the main hexagon."
      },{
        "id":"tiny",
        "name":"Tiny",
        "shortcut":"T",
        "description":"The galaxy is <b>too small</b>"
      },{
        "id":"faceon",
        "name":"Face-on",
        "shortcut":"F",
        "description":"The galaxy is <b>too face-on</b>\n(inclination near 0 degrees)."
      },{
        "id":"edgeon",
        "name":"Edge-on",
        "shortcut":"E",
        "description":"The galaxy is <b>too edge-on</b>\n(inclination near 90 degrees)."
      },{
        "id":"star",
        "name":"Star",
        "shortcut":"S",
        "description":"There is at least one relatively <b>bright star</b> in the main hexagon."
      },{
        "id":"calibration",
        "name":"Calibration",
        "shortcut":"C",
        "description":"There is at least <b>one bright star</b>, possibly saturated in PPak, <b>in at least one</b> of the six surrounding, small <b>calibration hexagons</b>."
      },{
        "id":"recentre",
        "name":"Recentre",
        "shortcut":"R",
        "description":"The galaxy is <b>not well centred</b> in the main hexagon <b>or</b> two or <b>more galaxies would fit</b> within the main hexagonal footprint if it is recentred."
      },{
        "id":"duplicated",
        "name":"Duplicated",
        "shortcut":"D",
        "description":"The galaxy <b>appears several times</b>.\nMark as \"duplicated\" the ones to remove."
      },{
        "id":"member",
        "name":"Member",
        "shortcut":"M",
        "description":"The galaxy is a <b>member of</b> a pair, triplet, group or <b>system of galaxies</b>."
      },{
        "id":"hiiregion",
        "name":"HII Region",
        "shortcut":"H",
        "description":"The main hexagon is <b>centred</b> on an <b>HII region</b>."
      },{
        "id":"yes",
        "name":"Yes",
        "shortcut":"Y",
        "description":"You <b>really want</b> this galaxy in the final sample."
      },{
        "id":"no",
        "name":"No",
        "shortcut":"N",
        "description":"You <b>really do not want</b> this galaxy in the final sample."
      }
    ]
  },
  {
    "id":"comment",
    "name":"Comments",
    "type":"text",
    "shortcut":"F1",
    "save":"Enter",
    "discard":"Esc"
  }
]
 No newline at end of file