IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 12 and Version 13 of PSPSFlags_SAS10


Ignore:
Timestamp:
Nov 21, 2012, 12:40:04 PM (14 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PSPSFlags_SAS10

    v12 v13  
    9090    PM_SOURCE_MODE2_SATSTAR_PROFILE       = 0x00001000, ///< saturated source is modeled with a radial profile
    9191
    92 Example to select real (not forced) stack detections
     92Example to exclude "matched" stack detections (If set the detection values are from forced photometry).
    9393
    9494WHERE CAST(StackDetection.infoFlag / 0x100000000 AS INT) & 4 = 0
     
    9898WHERE CAST(StackDetection.infoFlag / 0x100000000 AS INT) & 0x1000 = 0
    9999
    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)
    101101}}}
    102102 == !DetectionFull.infoFlag and !StackDetectionFull - Upper bits part 2 - (From DVO db (Measure) Flags shifted left 45 bits) ==