Changeset 17930 for branches/eam_branch_20080511/ppSim/src/ppSimLoop.c
- Timestamp:
- Jun 5, 2008, 1:37:24 AM (18 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20080511/ppSim/src/ppSimLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080511/ppSim/src/ppSimLoop.c
r17901 r17930 27 27 int binning = psMetadataLookupS32(NULL, recipe, "BINNING"); // Binning in x and y 28 28 29 psArray *spots = psArrayAllocEmpty (1); 29 30 psArray *stars = psArrayAllocEmpty (1); 30 31 psArray *galaxies = psArrayAllocEmpty (1); 31 32 if (type == PPSIM_TYPE_OBJECT) { 32 33 // Load forced-photometry positions 33 if (!ppSimLoadSpots ( fpa, config)) ESCAPE (PS_ERR_UNKNOWN, "failed to load forced-photometry spots");34 if (!ppSimLoadSpots (spots, fpa, config)) ESCAPE (PS_ERR_UNKNOWN, "failed to load forced-photometry spots"); 34 35 35 36 // Load catalogue stars
Note:
See TracChangeset
for help on using the changeset viewer.
