- Timestamp:
- Feb 26, 2012, 4:19:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/libdvo/include/dvo.h
r33303 r33374 142 142 */ 143 143 144 /* Average. codevalues -- these values are 32 bit (as of PS1_V1) */144 /* Average.flags values -- these values are 32 bit (as of PS1_V1) */ 145 145 typedef enum { 146 146 ID_STAR_FEW = 0x00000001, // used within relphot: skip star … … 169 169 } DVOAverageFlags; 170 170 171 /* Secfilt.flags values -- these values are 32 bit (as of PS1_V1) */ 172 typedef enum { 173 ID_SECF_STAR_FEW = 0x00000001, // used within relphot: skip star 174 ID_SECF_STAR_POOR = 0x00000002, // used within relphot: skip star 175 ID_PHOTOM_PASS_0 = 0x00000100, // average magnitude calculated in 0th pass 176 ID_PHOTOM_PASS_1 = 0x00000200, // average magnitude calculated in 1th pass 177 ID_PHOTOM_PASS_2 = 0x00000400, // average magnitude calculated in 2th pass 178 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 179 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 180 } DVOSecfiltFlags; 181 171 182 /*** general dvo structures (internal use only / not IO) ***/ 172 183
Note:
See TracChangeset
for help on using the changeset viewer.
