Changeset 23957
- Timestamp:
- Apr 23, 2009, 4:12:28 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotImageLoop.c
r23167 r23957 75 75 } 76 76 77 psImageMaskType maskSat = pmConfigMaskGet("SAT", config); // Mask value for saturated pixels 78 if (!pmReadoutMaskNonfinite(readout, maskSat)) { 79 psError(psErrorCodeLast(), false, "Unable to mask non-finite pixels."); 80 psFree(view); 81 return false; 82 } 83 77 84 // run the actual photometry analysis on this chip/cell/readout 78 85 if (!psphotReadout (config, view)) {
Note:
See TracChangeset
for help on using the changeset viewer.
