Changes between Version 5 and Version 6 of PSPSFlags
- Timestamp:
- Nov 9, 2012, 9:34:19 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PSPSFlags
v5 v6 186 186 ID_PHOTOM_PASS_3 = 0x00000800, // average magnitude calculated in 3th pass 187 187 ID_PHOTOM_PASS_4 = 0x00001000, // average magnitude calculated in 4th pass 188 ID_SECF_OBJ_EXT = 0x01000000, // extended in this band 188 ID_PSPS_OBJ_EXT = 0x00002000, // extended in this band (PSPS only) 189 ID_SECF_OBJ_EXT = 0x01000000, // DVO location of "extended in this band" For PSPS this bit is moved 189 190 }}} 190 191 191 192 The gap between ID_SECF_HAS_STACK and ID_PHOTOM_PASS_0 is intentional (the bits between are not used) 192 193 194 Note: ID_PSPS_OBJ_EXT contains the value of the bit ID_SECF_OBJ_EXT in DVO. For PSPS it is moved to fit into the 16 bit Object.xFlags 193 195 194 196 197
