Changeset 30631 for branches/czw_branch/20101203/ppSim/src/ppSimLoop.c
- Timestamp:
- Feb 14, 2011, 1:05:28 PM (15 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppSim/src/ppSimLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ppSim/src/ppSimLoop.c
r28125 r30631 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.
