IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 34717 for trunk


Ignore:
Timestamp:
Nov 27, 2012, 11:54:11 AM (14 years ago)
Author:
bills
Message:

Add macro for the position that we move the obj ext bit for PSPS so that it fits in 16 bits
+ ID_PSPS_OBJ_EXT = 0x00002000, In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits

File:
1 edited

Legend:

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

    r34583 r34717  
    190190  ID_PHOTOM_PASS_3    = 0x00000800, // average magnitude calculated in 3th pass
    191191  ID_PHOTOM_PASS_4    = 0x00001000, // average magnitude calculated in 4th pass
     192  ID_PSPS_OBJ_EXT     = 0x00002000, // In PSPS ID_SECF_OBJ_EXT is moved here so it fits within 16 bits
    192193  ID_SECF_OBJ_EXT     = 0x01000000, // extended in this band
    193194} DVOSecfiltFlags;
Note: See TracChangeset for help on using the changeset viewer.