Changeset 42508
- Timestamp:
- Aug 17, 2023, 3:22:07 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20230313/psphot/src/psphotSourceSize.c
r41705 r42508 690 690 // XXX this is running slowly and is too agressive, but it more-or-less works 691 691 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) { 693 693 psphotMaskCosmicRay(readout, source, options->crMask, options->maxWindowCR); 694 694 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
