- Timestamp:
- Jul 2, 2013, 9:06:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/Ohana/src/libdvo/include/dvo.h
r35416 r35731 182 182 /* Secfilt.flags values -- these values are 32 bit (as of PS1_V1) */ 183 183 typedef enum { 184 ID_SECF_STAR_FEW = 0x00000001, // used within relphot: skip star 185 ID_SECF_STAR_POOR = 0x00000002, // used within relphot: skip star 186 ID_SECF_USE_SYNTH = 0x00000004, // synthetic photometry used in average measurement 187 ID_SECF_USE_UBERCAL = 0x00000008, // synthetic photometry used in average measurement 188 ID_SECF_HAS_PS1 = 0x00000010, // PS1 photometry used in average measurement 189 ID_SECF_HAS_STACK = 0x00000020, // PS1 stack photometry exists 190 ID_PHOTOM_PASS_0 = 0x00000100, // average magnitude calculated in 0th pass 191 ID_PHOTOM_PASS_1 = 0x00000200, // average magnitude calculated in 1th pass 192 ID_PHOTOM_PASS_2 = 0x00000400, // average magnitude calculated in 2th pass 193 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 194 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 195 ID_PSPS_OBJ_EXT = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits 196 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 184 ID_SECF_STAR_FEW = 0x00000001, // used within relphot: skip star 185 ID_SECF_STAR_POOR = 0x00000002, // used within relphot: skip star 186 ID_SECF_USE_SYNTH = 0x00000004, // synthetic photometry used in average measurement 187 ID_SECF_USE_UBERCAL = 0x00000008, // synthetic photometry used in average measurement 188 ID_SECF_HAS_PS1 = 0x00000010, // PS1 photometry used in average measurement 189 ID_SECF_HAS_STACK = 0x00000020, // PS1 stack photometry exists 190 ID_PHOTOM_PASS_0 = 0x00000100, // average magnitude calculated in 0th pass 191 ID_PHOTOM_PASS_1 = 0x00000200, // average magnitude calculated in 1th pass 192 ID_PHOTOM_PASS_2 = 0x00000400, // average magnitude calculated in 2th pass 193 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 194 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 195 ID_PSPS_OBJ_EXT = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits 196 ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry comes from primary skycell 197 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 197 198 } DVOSecfiltFlags; 198 199
Note:
See TracChangeset
for help on using the changeset viewer.
