IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 39637


Ignore:
Timestamp:
Jul 23, 2016, 12:47:16 PM (10 years ago)
Author:
eugene
Message:

add bits to mark measurements masked by the IRLS fit

File:
1 edited

Legend:

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

    r39633 r39637  
    137137  ID_MEAS_PHOTOM_APER    = 0x00200000,  // this measurement is used for the mean ap mag
    138138  ID_MEAS_PHOTOM_KRON    = 0x00400000,  // this measurement is used for the mean kron mag
     139  ID_MEAS_MASKED_PSF     = 0x01000000,  // this measurement is masked based on IRLS weights for mean psf mag
     140  ID_MEAS_MASKED_APER    = 0x02000000,  // this measurement is masked based on IRLS weights for mean ap mag
     141  ID_MEAS_MASKED_KRON    = 0x04000000,  // this measurement is masked based on IRLS weights for mean kron mag
    139142} DVOMeasureFlags;
    140143
Note: See TracChangeset for help on using the changeset viewer.