IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15286


Ignore:
Timestamp:
Oct 11, 2007, 12:13:33 PM (19 years ago)
Author:
Paul Price
Message:

When a stamp has bad flux, reject it completely.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/imcombine/pmSubtractionStamps.c

    r15263 r15286  
    510510        if (!isfinite(flux)) {
    511511            psWarning("Unable to generate PSF for stamp %d --- bad flux.", i);
     512            stamp->status = PM_SUBTRACTION_STAMP_REJECTED;
    512513            continue;
    513514        }
Note: See TracChangeset for help on using the changeset viewer.