IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36541 for trunk/psphot/src


Ignore:
Timestamp:
Feb 19, 2014, 4:10:57 PM (12 years ago)
Author:
bills
Message:

if target fwhm is larger than current value, call psphotMaskInvalid before
returning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotStackMatchPSFsNext.c

    r36128 r36541  
    105105        psLogMsg ("psphot", PS_LOG_INFO, "target FWHM (%f) is smaller than current FWHM (%f), not smoothing\n", targetFWHM, currentFWHM);
    106106        fwhmValues->data.F32[lastSize + 1] = currentFWHM;
     107        pmReadoutMaskInvalid(readout, maskVal, maskSat);
    107108        return false;
    108109    }
Note: See TracChangeset for help on using the changeset viewer.