Go to the documentation of this file.
1054 #ifndef WCSLIB_WCSHDR
1055 #define WCSLIB_WCSHDR
1063 #define WCSHDR_none 0x00000000
1064 #define WCSHDR_all 0x000FFFFF
1065 #define WCSHDR_reject 0x10000000
1067 #define WCSHDR_CROTAia 0x00000001
1068 #define WCSHDR_EPOCHa 0x00000002
1069 #define WCSHDR_VELREFa 0x00000004
1070 #define WCSHDR_CD00i00j 0x00000008
1071 #define WCSHDR_PC00i00j 0x00000010
1072 #define WCSHDR_PROJPn 0x00000020
1073 #define WCSHDR_RADECSYS 0x00000040
1074 #define WCSHDR_VSOURCE 0x00000080
1075 #define WCSHDR_DOBSn 0x00000100
1076 #define WCSHDR_LONGKEY 0x00000200
1077 #define WCSHDR_CNAMn 0x00000400
1078 #define WCSHDR_AUXIMG 0x00000800
1079 #define WCSHDR_ALLIMG 0x00001000
1081 #define WCSHDR_IMGHEAD 0x00010000
1082 #define WCSHDR_BIMGARR 0x00020000
1083 #define WCSHDR_PIXLIST 0x00040000
1085 #define WCSHDO_none 0x00
1086 #define WCSHDO_all 0xFF
1087 #define WCSHDO_safe 0x0F
1088 #define WCSHDO_DOBSn 0x01
1089 #define WCSHDO_TPCn_ka 0x02
1090 #define WCSHDO_PVn_ma 0x04
1091 #define WCSHDO_CRPXna 0x08
1092 #define WCSHDO_CNAMna 0x10
1093 #define WCSHDO_WCSNna 0x20
1108 int wcspih(
char *header,
int nkeyrec,
int relax,
int ctrl,
int *nreject,
1109 int *nwcs,
struct wcsprm **wcs);
1111 int wcsbth(
char *header,
int nkeyrec,
int relax,
int ctrl,
int keysel,
1112 int *colsel,
int *nreject,
int *nwcs,
struct wcsprm **wcs);
1116 int wcsidx(
int nwcs,
struct wcsprm **wcs,
int alts[27]);
1118 int wcsbdx(
int nwcs,
struct wcsprm **wcs,
int type,
short alts[1000][28]);
1122 int wcshdo(
int relax,
struct wcsprm *wcs,
int *nkeyrec,
char **header);