MUSE Pipeline Reference Manual
1.0.2
|
A structure containing a spatial two-axis WCS. More...
#include <muse_wcs.h>
Data Fields | |
double | crpix2 |
double | crval2 |
double | cd22 |
double | cddet |
cpl_boolean | iscelsph |
A structure containing a spatial two-axis WCS.
This structure is specially adapted to speed up coordinate transforms in the muse_wcs_*_fast() functions, it does not contain a full spatial WCS as cpl_wcs. But the latter is more complicated and time-consuming to handle.
Definition at line 93 of file muse_wcs.h.
double muse_wcs::cd22 |
the four elements of the CDi_j matrix
Definition at line 96 of file muse_wcs.h.
Referenced by muse_pixgrid_create(), muse_resampling_collapse_pixgrid(), muse_wcs_celestial_from_pixel_fast(), muse_wcs_new(), muse_wcs_pixel_from_celestial_fast(), muse_wcs_pixel_from_projplane_fast(), and muse_wcs_projplane_from_pixel_fast().
double muse_wcs::cddet |
the deteminant of the CDi_j matrix
Definition at line 97 of file muse_wcs.h.
Referenced by muse_wcs_new(), muse_wcs_pixel_from_celestial(), muse_wcs_pixel_from_celestial_fast(), muse_wcs_pixel_from_projplane(), and muse_wcs_pixel_from_projplane_fast().
double muse_wcs::crpix2 |
the reference point
Definition at line 94 of file muse_wcs.h.
Referenced by muse_pixgrid_create(), muse_wcs_celestial_from_pixel_fast(), muse_wcs_new(), muse_wcs_pixel_from_celestial_fast(), muse_wcs_pixel_from_projplane_fast(), and muse_wcs_projplane_from_pixel_fast().
double muse_wcs::crval2 |
the coordinate values at the reference point
Definition at line 95 of file muse_wcs.h.
Referenced by muse_euro3dcube_collapse(), muse_pixgrid_create(), muse_wcs_celestial_from_pixel_fast(), muse_wcs_new(), muse_wcs_pixel_from_celestial(), muse_wcs_pixel_from_celestial_fast(), muse_wcs_pixel_from_projplane_fast(), and muse_wcs_projplane_from_pixel_fast().
cpl_boolean muse_wcs::iscelsph |
TRUE signifies an existing celestial spherical projection, * FALSE for other types
Definition at line 100 of file muse_wcs.h.
Referenced by muse_euro3dcube_collapse(), muse_pixgrid_create(), muse_resampling_collapse_pixgrid(), and muse_resampling_euro3d().