Changeset 17901 for branches/eam_branch_20080511/ppSim/src/ppSimLoop.c
- Timestamp:
- Jun 4, 2008, 1:52:32 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimLoop.c
r17848 r17901 56 56 57 57 ppSimUpdateConceptsFPA (fpa, config); 58 if (fpa->hdu) { // XXX only do this if there is no INPUT image 59 if (!ppSimInitHeader(config, fpa, NULL, NULL)) ESCAPE (PS_ERR_UNKNOWN, "problem setting output header"); 60 } 58 61 59 62 pmChip *chip; // Chip from FPA … … 179 182 } 180 183 184 // XXX why no UpdateConceptsChip?? 185 181 186 if (chip->hdu) { 182 187 // XXX only do this if there is no INPUT image … … 193 198 return false; 194 199 } 195 196 200 } 197 201 198 202 psFree(stars); 199 203 psFree(galaxies); 200 201 if (fpa->hdu) {202 // XXX only do this if there is no INPUT image203 if (!ppSimInitHeader(config, fpa, NULL, NULL)) ESCAPE (PS_ERR_UNKNOWN, "problem setting output header");204 }205 204 206 205 if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) {
Note:
See TracChangeset
for help on using the changeset viewer.
