IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13834


Ignore:
Timestamp:
Jun 14, 2007, 2:46:07 PM (19 years ago)
Author:
eugene
Message:

do not raise an error if we cannot build a psf

File:
1 edited

Legend:

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

    r13804 r13834  
    44pmPSF *psphotChoosePSF (pmReadout *readout, psArray *sources, psMetadata *recipe) {
    55
    6     bool            status;
     6    bool status;
    77
    88    psTimerStart ("psphot");
     
    6464
    6565    if (stars->n == 0) {
    66         psError(PSPHOT_ERR_PSF, true, "Failed to find any PSF candidates");
     66        psLogMsg ("psphot.choosePSF", PS_LOG_WARN, "Failed to find any PSF candidates");
     67        psFree (stars);
     68        psFree (psfTrendMask);
    6769        return NULL;
    6870    }
Note: See TracChangeset for help on using the changeset viewer.