IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2012, 9:54:34 AM (14 years ago)
Author:
eugene
Message:

distinguish "STACK_PRIMARY" from "STACK_PHOT_SRC" in measure flags

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905/Ohana/src/libdvo/include/dvo.h

    r34569 r34572  
    131131  ID_MEAS_UNDEF_5        = 0x00004000,  // unused
    132132  ID_MEAS_PHOTOM_UBERCAL = 0x00008000,  // externally-supplied zero point from ubercal analysis
    133   ID_MEAS_STACK_PRIMARY  = 0x00010000,  // externally-supplied zero point from ubercal analysis
     133  ID_MEAS_STACK_PRIMARY  = 0x00010000,  // this stack measurement is in the primary skycell
     134  ID_MEAS_STACK_PHOT_SRC = 0x00020000,  // this measurement supplied the stack photometry
    134135} DVOMeasureFlags;
    135136
Note: See TracChangeset for help on using the changeset viewer.