Changeset 13529 for trunk/psphot/src/psphotReadoutCleanup.c
- Timestamp:
- May 25, 2007, 5:09:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadoutCleanup.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadoutCleanup.c
r13008 r13529 40 40 } 41 41 if (psf) { 42 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.PSF", PS_DATA_UNKNOWN, "psphot psf", psf); 42 // save the psf for possible output. if there was already an entry, it was loaded from external sources 43 // the new one may have been updated or modified, so replace the existing entry 44 psMetadataAdd (readout->analysis, PS_LIST_TAIL, "PSPHOT.PSF", PS_DATA_UNKNOWN | PS_META_REPLACE, "psphot psf", psf); 43 45 } 44 46 … … 48 50 pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND"); 49 51 50 if (psErrorCodeLast() != PS_ERR_NONE) abort(); 52 if (psErrorCodeLast() != PS_ERR_NONE) { 53 psErrorStackPrint(stderr, "unexpected remaining errors"); 54 abort(); 55 } 51 56 52 57 // XXX move this to top of loop
Note:
See TracChangeset
for help on using the changeset viewer.
