Changeset 17935 for branches/eam_branch_20080511/ppSim/src/ppSimLoop.c
- Timestamp:
- Jun 5, 2008, 3:29:09 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
r17930 r17935 27 27 int binning = psMetadataLookupS32(NULL, recipe, "BINNING"); // Binning in x and y 28 28 29 psArray *spots = psArrayAllocEmpty (1);30 29 psArray *stars = psArrayAllocEmpty (1); 31 30 psArray *galaxies = psArrayAllocEmpty (1); 32 31 if (type == PPSIM_TYPE_OBJECT) { 33 // Load forced-photometry positions 34 if (!ppSimLoadSpots ( spots,fpa, config)) ESCAPE (PS_ERR_UNKNOWN, "failed to load forced-photometry spots");32 // Load forced-photometry positions (these are placed on fpa->analysis for use in ppSimPhotomReadout) 33 if (!ppSimLoadSpots (fpa, config)) ESCAPE (PS_ERR_UNKNOWN, "failed to load forced-photometry spots"); 35 34 36 35 // Load catalogue stars
Note:
See TracChangeset
for help on using the changeset viewer.
