}

Many entry fields permit sexagesimal entry (h:m:s.s or °:':"). You can easily spot such fields because the units label for an empty field will show hms or °'". Sexagesimal entry is flexible in that you can specify one to three fields, as you desire. As you enter enter data the units display will update to show you what is going on.

Position entry widgets assume that a single field is decimal hours or degrees (h.h or °.°) and two fields are hours (or degrees) and minutes (h:m.m or °:'.'). Entry rules are as follows:

  • You may specify one to three fields:
    • h:h (or °.°)
    • h:m.m (or °:'.')
    • h:m:s.s (or °:':".")
  • Type space, colon (:), semicolon (;) or keypad / to start a new field; a colon will be displayed.
  • As you enter additional fields the units label to the right will change to let you know what is going on.
  • The last field may include a decimal point, with as many digits after the decimal as you like.
  • All fields except the left-most must be less than 60.
  • The entry widget will either be in h:m:s or °:':", the units string will show you which. Some widgets will vary, for example the first axis of position depends on the coordinate system. However, you cannot toggle this yourself.

Here are some examples:

  • Type "450.201" to specify 450.201 degrees (or hours)
  • Type "450:12.06", "450 12.06" or "450=12.06" to specify 450:12.06, meaning 450 degrees 12.06 arcmin (i.e. 450.201 degrees)
  • Type "-450:12:3.6", etc. to specify -450 hours 12 arcmin 3.6 arcsec, i.e. 450.201 degrees.
  • The following is invalid because a field other than the left-most is greater or equal to 60: "4:7:60"

Note: sexagesimal offsets and durations are entered in the same fashion, but a single field is decimal arc-seconds or seconds ('.' or s.s) and two fields are (arc) minutes and seconds (':"." or m:s.s).