IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2016, 1:19:40 PM (10 years ago)
Author:
eugene
Message:

new flags BESTDET and PRIMDET (best measurement is a detection, primary measurement is a detection); fixed XY_to_LM for WRP (chips) -- was missing a return

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/libdvo/include/dvo.h

    r39588 r39608  
    228228  ID_SECF_OBJ_EXT_PSPS  = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits
    229229  ID_SECF_STACK_PRIMARY = 0x00004000, // PS1 stack photometry comes from primary skycell
     230  ID_SECF_STACK_BESTDET = 0x00008000, // PS1 stack best measurement is a detection (not forced)
     231  ID_SECF_STACK_PRIMDET = 0x00010000, // PS1 stack primary measurement is a detection (not forced)
    230232  ID_SECF_OBJ_EXT       = 0x01000000, // extended in this band
    231233
Note: See TracChangeset for help on using the changeset viewer.