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/psphotFitSourcesLinear.c

    r34086 r34136  
    5050        pmReadout *readout = pmFPAviewThisReadout(view, file->fpa);
    5151        psAssert (readout, "missing readout?");
     52
     53        if (psMetadataLookupBool (&status, readout->analysis, "PSPHOT.SKIP.INPUT")) {
     54            psLogMsg ("psphot", PS_LOG_DETAIL, "skipping fit sources for input file %d", i);
     55            continue;
     56        }
     57
    5258
    5359        pmDetections *detections = psMetadataLookupPtr (&status, readout->analysis, "PSPHOT.DETECTIONS");
Note: See TracChangeset for help on using the changeset viewer.