#include <pmAstrometryWCS.h>
Definition at line 18 of file pmAstrometryWCS.h.
Data Fields | |
| char | ctype1 [PM_ASTROM_WCS_TYPE_SIZE] |
| char | ctype2 [PM_ASTROM_WCS_TYPE_SIZE] |
| double | crval1 |
| double | crval2 |
| double | crpix1 |
| double | crpix2 |
| double | cdelt1 |
| double | cdelt2 |
| psProjection * | toSky |
| psPlaneTransform * | trans |
| char pmAstromWCS::ctype1[PM_ASTROM_WCS_TYPE_SIZE] |
Definition at line 20 of file pmAstrometryWCS.h.
| char pmAstromWCS::ctype2[PM_ASTROM_WCS_TYPE_SIZE] |
Definition at line 21 of file pmAstrometryWCS.h.
| double pmAstromWCS::crval1 |
Definition at line 22 of file pmAstrometryWCS.h.
| double pmAstromWCS::crval2 |
Definition at line 22 of file pmAstrometryWCS.h.
| double pmAstromWCS::crpix1 |
Definition at line 23 of file pmAstrometryWCS.h.
| double pmAstromWCS::crpix2 |
Definition at line 23 of file pmAstrometryWCS.h.
| double pmAstromWCS::cdelt1 |
Definition at line 24 of file pmAstrometryWCS.h.
| double pmAstromWCS::cdelt2 |
Definition at line 24 of file pmAstrometryWCS.h.
| psProjection* pmAstromWCS::toSky |
Definition at line 25 of file pmAstrometryWCS.h.
| psPlaneTransform* pmAstromWCS::trans |
Definition at line 26 of file pmAstrometryWCS.h.
1.5.1