There are two formats for angles:
- sexagesimal: e.g., hh:mm:ss[.ss], dd:mm:ss[.ss]
- decimal numbers, e.g, ddd.ddd
- When the quantity is RA or HA, an angle given in sexagesimal is hours, minutes, seconds of time.
- For all other angle quantities (e.g., dec, az, el, glon, glat) an angle given in sexagesimal is degrees, minutes, seconds of arc.
- In "Location" and "Offset" objects, a quantity given as a decimal number is always understood as being in units of degrees of arc, regardless of the type of unit.
- In Astrid catalogs, a decimal number for RA or HA is assumed to be hours; for other angles (DEC, Az, El, Glon, Glat) it is degrees of arc.
For example, if one is specifying an Offset object as in the following Astrid directive:
OnOff( "3C286", Offset("J2000", "00:04:00", 0.5), 60, "1")
- The offset will be 4 minutes of time in RA and 0.5 degrees of arc in DEC.
(The coordinate mode "J2000" means the coordinate pair is (RA,DEC), hence sexagesimal RA is
assumed to be in hours.)
Alternately if one says:
OnOff( "3C286", Offset("J2000", 1.0, 0.5), 60, "1")
- The offset will be one degree of arc in RA and 0.5 degrees of arc in DEC.
-- FrankGhigo - 12 Sep 2005
Revision r1.2 - 13 Sep 2005 - 18:55 GMT - FrankGhigo Parents: TWikiUsers > FrankGhigo > AstridScriptGuide
|
Content copyright © 1999-2007 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
|
| |