IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 25, 2016, 6:39:08 AM (10 years ago)
Author:
eugene
Message:

add some new secfilt flag bits to identify data sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/czw_branch/20160809/Ohana/src/libdvo/include/dvo.h

    r39719 r39720  
    233233  ID_SECF_STACK_BESTDET = 0x00008000, // PS1 stack best measurement is a detection (not forced)
    234234  ID_SECF_STACK_PRIMDET = 0x00010000, // PS1 stack primary measurement is a detection (not forced)
     235
     236  ID_SECF_HAS_SDSS      = 0x00100000, // this photcode has SDSS photometry
     237  ID_SECF_HAS_HSC       = 0x00200000, // this photcode has HSC  photometry
     238  ID_SECF_HAS_CFH       = 0x00400000, // this photcode has CFH  photometry (mostly Megacam)
     239  ID_SECF_HAS_DES       = 0x00800000, // this photcode has DES  photometry
     240
    235241  ID_SECF_OBJ_EXT       = 0x01000000, // extended in this band
    236242
Note: See TracChangeset for help on using the changeset viewer.