Changeset 35755 for trunk/Ohana/src/libdvo/include/dvo.h
- Timestamp:
- Jul 3, 2013, 2:07:36 PM (13 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/libdvo/include/dvo.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/libdvo/include/dvo.h
r35416 r35755 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 … … 250 251 /* definitions for parallel dvo host information 251 252 XXX : need better names (safer namespace) 252 */253 */ 253 254 254 255 typedef enum { … … 328 329 double **dec; // DEC of projection cell center 329 330 int **cell; // zone,band -> proj cell sequence 331 int **projID; // zone,band -> proj cell ID 330 332 char ***name; // projection cell name 331 333
Note:
See TracChangeset
for help on using the changeset viewer.
