Changeset 16820 for trunk/psphot/src/psphotReadoutCleanup.c
- Timestamp:
- Mar 4, 2008, 3:10:25 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadoutCleanup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadoutCleanup.c
r14655 r16820 1 1 # include "psphotInternal.h" 2 2 3 // psphotReadoutCleanup is called on exit from psphotReadout if the last raised4 // error is not a DATA error, then there was a serious problem. only in this5 // case, or if the failon the stats measurement, do we return false6 bool psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pm PSF *psf, psArray *sources) {3 // psphotReadoutCleanup is called on exit from psphotReadout. If the last raised error is 4 // not a DATA error, then there was a serious problem. Only in this case, or if the fail 5 // on the stats measurement, do we return false 6 bool psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmDetections *detections, pmPSF *psf, psArray *sources) { 7 7 8 8 // remove internal pmFPAfiles, if created … … 73 73 pmKapaClose (); 74 74 75 psFree (detections); 75 76 psFree (psf); 76 77 psFree (header);
Note:
See TracChangeset
for help on using the changeset viewer.
