IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36539 for tags/ipp-20140114


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

if target fwhm is larger than image, call psphotMaskInvalid before returning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20140114/psphot/src/psphotStackMatchPSFsNext.c

    r36128 r36539  
    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.