IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of PSPSFlags_SAS10


Ignore:
Timestamp:
Nov 21, 2012, 9:06:37 AM (14 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PSPSFlags_SAS10

    v1 v2  
    2626
    2727
    28  == !DetectionFull.infoFlags and StackDetectionFull.infoFlag Lower 32 bits (these are FLAGs from smf/cmf) ==
     28 == !DetectionFull.infoFlags and !StackDetectionFull.infoFlag Lower 32 bits (these are FLAGs from smf/cmf) ==
    2929
    3030 === FLAGS Definition ===
     
    3333Example to select detections which are extended
    3434
    35 WHERE (Detection.infoFlag & 0x4000 != 0)
     35WHERE (!Detection.infoFlag & 0x4000 != 0)
    3636
    3737    PM_SOURCE_MODE_DEFAULT                = 0x00000000, ///< Initial value: resets all bits