PONGO is capable of plotting astronomical coordinate data in one of several ‘projections’ or, more strictly, in one of several geometries (not all of the ‘projections’ are true projections onto a plane, but are geometries that have other properties – e.g. the equal area property where areas are preserved in the transformation from the celestial sphere to a two dimensional plot). Table 1 lists the geometries available in PONGO.
All the main point plotting commands will work in any of the available geometries. They assume that the data in the XCOL and YCOL areas are stored internally in radians and refer to the longitude and latitude respectively of the point to be plotted. Where the position values are to be entered on the command line, the latitude and longitude are normally given in degrees.
In addition to the point plotting commands, there are also three commands whose only use is when plotting in a particular projection type:
Projection | Description |
NONE | No projection is used. |
AITOFF | The Aitoff projection (has an equal area property). |
ARC | Move an equal distance on the tangent plane as a great circle on the celestial sphere. |
GLS | Right Ascension intervals are multiplied by cos (has an equal area property). |
MERCATOR | The Mercator projection. |
SIN | Drop a perpendicular onto the tangent plane. |
STG | The Stereographic projection. |
TAN | Projection onto the tangent plane through the centre of the celestial sphere. |