IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 42508


Ignore:
Timestamp:
Aug 17, 2023, 3:22:07 PM (3 years ago)
Author:
eugene
Message:

do not try to CR mask a source without a footprint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psphot/src/psphotSourceSize.c

    r41705 r42508  
    690690        // XXX this is running slowly and is too agressive, but it more-or-less works
    691691        psTrace("psphot", 6, "mask cosmic ray at %f, %f\n", source->peak->xf, source->peak->yf);
    692         if (options->applyCRmask) {
     692        if (options->applyCRmask && source->peak->footprint) {
    693693            psphotMaskCosmicRay(readout, source, options->crMask, options->maxWindowCR);
    694694        } else {
Note: See TracChangeset for help on using the changeset viewer.