1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
/** @def WCSSUB_LONGITUDE
* @brief Mask for extraction of longitude axis by wcssub().
*
* Mask to use for extracting the longitude axis when sub-imaging, refer to the
* <VAR>axes</VAR> argument of wcssub().
*/
/** @def WCSSUB_LATITUDE
* @brief Mask for extraction of latitude axis by wcssub().
*
* Mask to use for extracting the latitude axis when sub-imaging, refer to the
* <VAR>axes</VAR> argument of wcssub().
*/
/** @def WCSSUB_CUBEFACE
* @brief Mask for extraction of <B><TT>CUBEFACE</TT></B> axis by wcssub().
*
* Mask to use for extracting the <B><TT>CUBEFACE</TT></B> axis when
* sub-imaging, refer to the <VAR>axes</VAR> argument of wcssub().
*/
/** @def WCSSUB_CELESTIAL
* @brief Mask for extraction of celestial axes by wcssub().
*
* Mask to use for extracting the celestial axes (longitude, latitude and
* cubeface) when sub-imaging, refer to the <VAR>axes</VAR> argument of
* wcssub().
*/
/** @def WCSSUB_SPECTRAL
* @brief Mask for extraction of spectral axis by wcssub().
*
* Mask to use for extracting the spectral axis when sub-imaging, refer to the
* <VAR>axes</VAR> argument of wcssub().
*/
/** @def WCSSUB_STOKES
* @brief Mask for extraction of <B><TT>STOKES</TT></B> axis by wcssub().
*
* Mask to use for extracting the <B><TT>STOKES</TT></B> axis when sub-imaging,
* refer to the <VAR>axes</VAR> argument of wcssub().
*/
/** @def WCSLEN
* @brief Size of the wcsprm struct in int units.
*
* Size of the wcsprm struct in @a int units, used by the Fortran wrappers.
*/
/** @def wcsini_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcssub_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcscopy_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcsfree_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcsprt_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcsset_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcsp2s_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcss2p_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
/** @def wcsmix_errmsg
* @brief Deprecated.
* @deprecated Added for backwards compatibility, use #wcs_errmsg directly now
* instead.
*/
|