- Timestamp:
- Apr 9, 2010, 4:41:16 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/stackphot.20100406/psphot/src/psphotImageLoop.c
r25755 r27649 91 91 } 92 92 93 status = true; 94 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL"); 95 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL.STDEV"); 96 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND"); 97 if (!status) { 98 psError(PSPHOT_ERR_PROG, false, "trouble dropping internal files"); 99 psFree (view); 100 return false; 101 } 93 // drop all versions of the internal files 94 status = true; 95 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL"); 96 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKMDL.STDEV"); 97 status &= pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND"); 98 if (!status) { 99 psError(PSPHOT_ERR_PROG, false, "trouble dropping internal files"); 100 psFree (view); 101 return false; 102 } 102 103 } 103 104 104 // save output which is saved at the chip level 105 105 if (!pmFPAfileIOChecks (config, view, PM_FPA_AFTER)) ESCAPE ("failed output for Chip in psphot.");
Note:
See TracChangeset
for help on using the changeset viewer.
