IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 13 and Version 14 of PSPSFlags_SAS10


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

--

Legend:

Unmodified
Added
Removed
Modified
  • PSPSFlags_SAS10

    v13 v14  
    6464    PM_SOURCE_MODE_OFF_CHIP               = 0x80000000, ///< peak lands off edge of chip
    6565
    66 Example to select detections which are extended
     66Example to select detections which are extended (sgSep > 3)
    6767
    6868WHERE (Detection.infoFlag & 0x4000 != 0)
    6969
     70To find stack detections that have radial aperture measurements
     71
     72WHERE (StackDetection.infoFlag & 0x08000000 != 0)
    7073}}}
    7174