Changes between Version 12 and Version 13 of PSPSFlags_SAS10
- Timestamp:
- Nov 21, 2012, 12:40:04 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PSPSFlags_SAS10
v12 v13 90 90 PM_SOURCE_MODE2_SATSTAR_PROFILE = 0x00001000, ///< saturated source is modeled with a radial profile 91 91 92 Example to select real (not forced) stack detections92 Example to exclude "matched" stack detections (If set the detection values are from forced photometry). 93 93 94 94 WHERE CAST(StackDetection.infoFlag / 0x100000000 AS INT) & 4 = 0 … … 98 98 WHERE CAST(StackDetection.infoFlag / 0x100000000 AS INT) & 0x1000 = 0 99 99 100 (Note this will never set for single frame detections since that mode of psphot is not used)100 (Note this will never set for single frame detections since that mode of psphot is only used for stack photometry) 101 101 }}} 102 102 == !DetectionFull.infoFlag and !StackDetectionFull - Upper bits part 2 - (From DVO db (Measure) Flags shifted left 45 bits) ==
