| | 62 | |
| | 63 | Flags associated with Secfilt |
| | 64 | }}} |
| | 65 | ID_SECF_STAR_FEW = 0x00000001, // used within relphot: skip star |
| | 66 | ID_SECF_STAR_POOR = 0x00000002, // used within relphot: skip star |
| | 67 | ID_SECF_USE_SYNTH = 0x00000004, // synthetic photometry used in average measurement |
| | 68 | ID_SECF_USE_UBERCAL = 0x00000008, // synthetic photometry used in average measurement |
| | 69 | ID_PHOTOM_PASS_0 = 0x00000100, // average magnitude calculated in 0th pass |
| | 70 | ID_PHOTOM_PASS_1 = 0x00000200, // average magnitude calculated in 1th pass |
| | 71 | ID_PHOTOM_PASS_2 = 0x00000400, // average magnitude calculated in 2th pass |
| | 72 | ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass |
| | 73 | ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass |
| | 74 | ID_SECF_OBJ_EXT = 0x01000000, // extended in this band |
| | 75 | }}} |
| | 76 | |
| | 77 | |