IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of PSPSFlags


Ignore:
Timestamp:
Oct 5, 2012, 11:33:08 AM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PSPSFlags

    v3 v4  
    148148  ID_STAR_FEW       = 0x00000001, // used within relphot: skip star
    149149  ID_STAR_POOR      = 0x00000002, // used within relphot: skip star
    150   ID_PROPER         = 0x00000400, // star with large proper motion
    151   ID_TRANSIENT      = 0x00001000, // is this mutually exclusive with USNO?
    152   ID_VARIABLE       = 0x00002000, // not currently set?
    153   ID_ASTEROID       = 0x00002000, // identified with an asteroid
    154   ID_BAD_OBJECT     = 0x00004000, // if all measurements are bad, set this bit
    155   ID_MOVING         = 0x00008000, // is a moving object
    156   ID_ROCK           = 0x0000a000, // 0x8000 + 0x2000
    157   ID_GHOST          = 0x0000c001, // 0x8000 + 0x4000 + 0x0001
    158   ID_TRAIL          = 0x0000c002, // 0x8000 + 0x4000 + 0x0002
    159   ID_BLEED          = 0x0000c003, // 0x8000 + 0x4000 + 0x0003
    160   ID_COSMIC         = 0x0000c004, // 0x8000 + 0x4000 + 0x0004
     150  * ID_PROPER         = 0x00000400, // star with large proper motion
     151  * ID_TRANSIENT      = 0x00001000, // is this mutually exclusive with USNO?
     152  * ID_VARIABLE       = 0x00002000, // not currently set?
     153  * ID_ASTEROID       = 0x00002000, // identified with an asteroid
     154  * ID_BAD_OBJECT     = 0x00004000, // if all measurements are bad, set this bit
     155  * ID_MOVING         = 0x00008000, // is a moving object
     156  * ID_ROCK           = 0x0000a000, // 0x8000 + 0x2000
     157  * ID_GHOST          = 0x0000c001, // 0x8000 + 0x4000 + 0x0001
     158  * ID_TRAIL          = 0x0000c002, // 0x8000 + 0x4000 + 0x0002
     159  * ID_BLEED          = 0x0000c003, // 0x8000 + 0x4000 + 0x0003
     160  * ID_COSMIC         = 0x0000c004, // 0x8000 + 0x4000 + 0x0004
    161161  ID_STAR_FIT_AVE   = 0x00010000, // average position fitted
    162162  ID_STAR_FIT_PM    = 0x00020000, // proper motion fitted
     
    172172}}}
    173173
     174the items marked * are deprecated and not set in sa9. They are here for historical purposes.
    174175== Object.xFlags ==
    175176{{{