Plate.ProjectionType (read-write, ProjectionType)
The plane projection type for mapping XY to RA/Dec coordinates for the image (default = ppTAN)
Plate.ProjectionType [= ProjectionType]
The property syntax has these parts:
Part | Description |
---|---|
Value (ProjectionType) | The plane projection type for mapping XY to RA/Dec coordinates for the image (default = ppTAN) |
For information on AIPS and the meanings of these projections, see the following:
ftp://fits.cv.nrao.edu/fits/documents/wcs/aips27.ps.Z
ftp://fits.cv.nrao.edu/fits/documents/wcs/aips46.ps.Z
Footnotes in these two documents describe the differences between these algorithms and the 1993-94 WCS draft proposal (see URL below). In particular, these algorithms support ordinary field rotation, but not skew geometries (CD or PC matrix cases). Also, the MER and AIT algorithms work correctly only for CRVALi=(0,0). Users should note that GLS projections with yref!=0 will behave differently in this code than in the draft WCS proposal. The NCP projection is now obsolete (it is a special case of SIN). WCS syntax and semantics for various advanced features is discussed in the draft WCS proposal by Greisen and Calabretta at:
ftp://fits.cv.nrao.edu/fits/documents/wcs/wcs.all.ps.Z
The (symbolic) values for ProjectionType are:
Constant | Value | Description |
---|---|---|
ppAIT | 6 | The Hammer-Aitoff projection (AIT) |
ppARC | 2 | The zenithal/azimuthal equidistant projection (ARC) |
ppDSS | 7 | The Digital Sky Survey (POSS) transformation (DSS) |
ppGLS | 4 | The Sanson-Flamsteed (global sinusoidal) projection (GLS) |
ppMER | 5 | The mercator projection (MER) |
ppNCP | 3 | (obsolete) Special case of SIN used by old AIPS versions |
ppSIN | 0 | The orthographic/synthesis (sinusoidal) projection (SIN) |
ppTAN | 1 | The gnomonic (tangent plane) projection (TAN, default) |