IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 5, 2015, 1:58:44 PM (11 years ago)
Author:
eugene
Message:

move BEST from top bit

File:
1 edited

Legend:

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

    r39041 r39047  
    176176 
    177177  // bits 0x00000200 - 0x00008000 are currently unused
     178  ID_OBJ_BEST_STACK    = 0x00008000, // the primary stack measurement are the best measurements
    178179  ID_STAR_FIT_AVE      = 0x00010000, // average position fitted
    179180  ID_STAR_FIT_PM       = 0x00020000, // proper motion fitted
     
    191192  ID_OBJ_SUSPECT_STACK = 0x20000000, // suspect object in the stack (> 1 good or suspect stack, < 2 good)
    192193  ID_OBJ_BAD_STACK     = 0x40000000, // good-quality object in the stack (> 1 good stack)
    193   ID_OBJ_BEST_STACK    = 0x80000000, // the primary stack measurement are the best measurements
    194194} DVOAverageFlags;
    195195
Note: See TracChangeset for help on using the changeset viewer.