IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20171


Ignore:
Timestamp:
Oct 15, 2008, 10:00:44 AM (18 years ago)
Author:
Paul Price
Message:

Only measure image quality if we weren't supplied the PSF --- no need otherwise.

File:
1 edited

Legend:

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

    r20170 r20171  
    9595    }
    9696
    97     if (!psphotImageQuality (recipe, sources)) {
     97    if (!havePSF && !psphotImageQuality (recipe, sources)) {
    9898        psLogMsg("psphot", 3, "failed to measure image quality");
    9999        return psphotReadoutCleanup(config, readout, recipe, detections, psf, sources);
Note: See TracChangeset for help on using the changeset viewer.