IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42065


Ignore:
Timestamp:
Feb 24, 2022, 4:33:57 PM (4 years ago)
Author:
eugene
Message:

add missed MASK values to reset list

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/Ohana/src/relphot/src/ResetOps.c

    r41647 r42065  
    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.