- Timestamp:
- Dec 24, 2010, 3:02:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101205/ppSim/src/ppSimLoop.c
r28125 r30151 42 42 if (type == PPSIM_TYPE_OBJECT) { 43 43 // Load forced-photometry positions (these are placed on fpa->analysis for use in ppSimPhotomReadout) 44 if (!ppSimLoadSpots (fpa, config)) ESCAPE (PS_ERR_UNKNOWN, "failed to load forced-photometry spots");44 // if (!ppSimLoadSpots (fpa, config)) ESCAPE (PS_ERR_UNKNOWN, "failed to load forced-photometry spots"); 45 45 46 46 // Load catalogue stars … … 58 58 59 59 pmFPAview *view = pmFPAviewAlloc(0);// View for iterating over FPA 60 61 // XXX if we include the psphot analysis, we will need to activate the correct pmFPAfiles62 // at the correct times. ppSim operates on PPSIM.OUTPUT and PPSIM.SOURCES63 60 64 61 // load any needed files (eg, input image, PSF) … … 209 206 210 207 // we perform photometry on the readouts of this chip in the output 211 if (!ppSimPhotom (config, view)) ESCAPE (PS_ERR_UNKNOWN, "problem performing photometry");208 // if (!ppSimPhotom (config, view)) ESCAPE (PS_ERR_UNKNOWN, "problem performing photometry"); 212 209 213 210 if (!pmFPAfileIOChecks(config, view, PM_FPA_AFTER)) {
Note:
See TracChangeset
for help on using the changeset viewer.
