IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 10, 2012, 3:44:12 PM (14 years ago)
Author:
bills
Message:

If one of the inputs to psphotStack fails the deconvolution limit cut don't
fault the run, instead proceed with the analysis but mark that input to
be skipped in the Radial Aperture section. This was a bit more complicated
than expected

File:
1 edited

Legend:

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

    r32348 r34136  
    4747    if (psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.PSF")) {
    4848        psLogMsg ("psphot", PS_LOG_DETAIL, "psf model supplied for input file %d", index);
     49        return true;
     50    }
     51
     52    if (psMetadataLookupBool (&status, readout->analysis, "PSPHOT.SKIP.INPUT")) {
     53        psLogMsg ("psphot", PS_LOG_DETAIL, "skipping choose PSF for input file %d", index);
    4954        return true;
    5055    }
Note: See TracChangeset for help on using the changeset viewer.