IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 41946 for trunk/Ohana


Ignore:
Timestamp:
Dec 1, 2021, 1:36:01 PM (5 years ago)
Author:
eugene
Message:

clear the MEAS_MASKED photometry bits during ResetMeasure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/relphot/src/ResetOps.c

    r41647 r41946  
    2222  ID_MEAS_PHOTOM_PSF     | // this measurement is used for the mean psf mag
    2323  ID_MEAS_PHOTOM_APER    | // this measurement is used for the mean ap mag
    24   ID_MEAS_PHOTOM_KRON    ; // this measurement is used for the mean kron mag
     24  ID_MEAS_PHOTOM_KRON    | // this measurement is used for the mean kron mag
     25  ID_MEAS_MASKED_PSF     | // this measurement is masked based on IRLS weights for mean psf mag
     26  ID_MEAS_MASKED_APER    | // this measurement is masked based on IRLS weights for mean ap mag
     27  ID_MEAS_MASKED_KRON    ; // this measurement is masked based on IRLS weights for mean kron mag
    2528
    2629// ID_MEAS_PHOTOM_UBERCAL -- externally-supplied zero point from ubercal analysis
Note: See TracChangeset for help on using the changeset viewer.