IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2012, 10:26:52 AM (14 years ago)
Author:
eugene
Message:

merge changes from eam_branches/ipp-20120905 (fixes some mean values and flags in DVO)

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/Ohana/src/libdvo/include/dvo.h

    r34405 r34429  
    149149/* Average.flags values -- these values are 32 bit (as of PS1_V1) */
    150150typedef enum {
    151   ID_STAR_FEW     = 0x00000001, // used within relphot: skip star
    152   ID_STAR_POOR    = 0x00000002, // used within relphot: skip star
    153   ID_PROPER       = 0x00000400, // star with large proper motion
    154   ID_TRANSIENT    = 0x00001000, // is this mutually exclusive with USNO?
    155   ID_VARIABLE     = 0x00002000, // not currently set?
    156   ID_ASTEROID     = 0x00002000, // identified with an asteroid
    157   ID_BAD_OBJECT   = 0x00004000, // if all measurements are bad, set this bit
    158   ID_MOVING       = 0x00008000, // is a moving object
    159   ID_ROCK         = 0x0000a000, // 0x8000 + 0x2000
    160   ID_GHOST        = 0x0000c001, // 0x8000 + 0x4000 + 0x0001
    161   ID_TRAIL        = 0x0000c002, // 0x8000 + 0x4000 + 0x0002
    162   ID_BLEED        = 0x0000c003, // 0x8000 + 0x4000 + 0x0003
    163   ID_COSMIC       = 0x0000c004, // 0x8000 + 0x4000 + 0x0004
    164   ID_STAR_FIT_AVE = 0x00010000, // average position fitted
    165   ID_STAR_FIT_PM  = 0x00020000, // proper motion fitted
    166   ID_STAR_FIT_PAR = 0x00040000, // parallax fitted
    167   ID_STAR_USE_AVE = 0x00080000, // average position used (not PM or PAR)
    168   ID_STAR_USE_PM  = 0x00100000, // proper motion used (not AVE or PAR)
    169   ID_STAR_USE_PAR = 0x00200000, // parallax used (not AVE or PM)
    170   ID_OBJ_EXT      = 0x01000000, // extended in our data (eg, PS)
    171   ID_OBJ_EXT_ALT  = 0x02000000, // extended in external data (eg, 2MASS)
    172   ID_OBJ_GOOD     = 0x04000000, // good-quality measurement in our data (eg,PS)
    173   ID_OBJ_GOOD_ALT = 0x08000000, // good-quality measurement in  external data (eg, 2MASS)
     151  ID_STAR_FEW       = 0x00000001, // used within relphot: skip star
     152  ID_STAR_POOR      = 0x00000002, // used within relphot: skip star
     153  ID_PROPER         = 0x00000400, // star with large proper motion
     154  ID_TRANSIENT      = 0x00001000, // is this mutually exclusive with USNO?
     155  ID_VARIABLE       = 0x00002000, // not currently set?
     156  ID_ASTEROID       = 0x00002000, // identified with an asteroid
     157  ID_BAD_OBJECT     = 0x00004000, // if all measurements are bad, set this bit
     158  ID_MOVING         = 0x00008000, // is a moving object
     159  ID_ROCK           = 0x0000a000, // 0x8000 + 0x2000
     160  ID_GHOST          = 0x0000c001, // 0x8000 + 0x4000 + 0x0001
     161  ID_TRAIL          = 0x0000c002, // 0x8000 + 0x4000 + 0x0002
     162  ID_BLEED          = 0x0000c003, // 0x8000 + 0x4000 + 0x0003
     163  ID_COSMIC         = 0x0000c004, // 0x8000 + 0x4000 + 0x0004
     164  ID_STAR_FIT_AVE   = 0x00010000, // average position fitted
     165  ID_STAR_FIT_PM    = 0x00020000, // proper motion fitted
     166  ID_STAR_FIT_PAR   = 0x00040000, // parallax fitted
     167  ID_STAR_USE_AVE   = 0x00080000, // average position used (not PM or PAR)
     168  ID_STAR_USE_PM    = 0x00100000, // proper motion used (not AVE or PAR)
     169  ID_STAR_USE_PAR   = 0x00200000, // parallax used (not AVE or PM)
     170  ID_STAR_NO_ASTROM = 0x00400000, // mean astrometry could not be measured
     171  ID_OBJ_EXT        = 0x01000000, // extended in our data (eg, PS)
     172  ID_OBJ_EXT_ALT    = 0x02000000, // extended in external data (eg, 2MASS)
     173  ID_OBJ_GOOD       = 0x04000000, // good-quality measurement in our data (eg,PS)
     174  ID_OBJ_GOOD_ALT   = 0x08000000, // good-quality measurement in  external data (eg, 2MASS)
    174175} DVOAverageFlags;
    175176
     
    180181  ID_SECF_USE_SYNTH   = 0x00000004, // synthetic photometry used in average measurement
    181182  ID_SECF_USE_UBERCAL = 0x00000008, // synthetic photometry used in average measurement
     183  ID_SECF_HAS_PS1     = 0x00000010, // PS1 photometry used in average measurement
     184  ID_SECF_HAS_STACK   = 0x00000020, // PS1 stack photometry exists
    182185  ID_PHOTOM_PASS_0    = 0x00000100, // average magnitude calculated in 0th pass
    183186  ID_PHOTOM_PASS_1    = 0x00000200, // average magnitude calculated in 1th pass
Note: See TracChangeset for help on using the changeset viewer.