Changeset 25766 for branches/eam_branches/20090820/ppSim/src/ppSimLoop.c
- Timestamp:
- Oct 2, 2009, 5:10:19 PM (17 years ago)
- Location:
- branches/eam_branches/20090820
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSimLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090820
- Property svn:mergeinfo changed
-
branches/eam_branches/20090820/ppSim/src/ppSimLoop.c
r24486 r25766 30 30 ppSimType type = ppSimTypeFromString (typeStr); // Type of image to simulate 31 31 int binning = psMetadataLookupS32(NULL, recipe, "BINNING"); // Binning in x and y 32 33 ppSimUpdateConceptsFPA (fpa, config); 34 if (fpa->hdu) { // XXX only do this if there is no INPUT image 35 if (!ppSimInitHeader(config, fpa, NULL, NULL)) ESCAPE (PS_ERR_UNKNOWN, "problem setting output header"); 36 } 32 37 33 38 psArray *stars = psArrayAllocEmpty (1); … … 57 62 psFree(view); 58 63 return false; 59 }60 61 ppSimUpdateConceptsFPA (fpa, config);62 if (fpa->hdu) { // XXX only do this if there is no INPUT image63 if (!ppSimInitHeader(config, fpa, NULL, NULL)) ESCAPE (PS_ERR_UNKNOWN, "problem setting output header");64 64 } 65 65
Note:
See TracChangeset
for help on using the changeset viewer.
