Changeset 28003 for branches/pap/psphot/src/psphotStackImageLoop.c
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphotStackImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/psphot/src/psphotStackImageLoop.c
r27657 r28003 41 41 if (! readout->data_exists) { continue; } 42 42 43 # if (0) 44 // uncomment to generate matched psfs 45 if (!psphotStackMatchPSFs (config, view)) { 46 psError(psErrorCodeLast(), false, "failure in psphotStackMatchPSFs for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout); 47 psFree (view); 48 return false; 49 } 50 # endif 51 43 52 // XXX for now, we assume there is only a single chip in the PHU: 44 53 if (!psphotStackReadout (config, view)) { 45 psError(psErrorCodeLast(), false, "failure in psphot Readout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);54 psError(psErrorCodeLast(), false, "failure in psphotStackReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout); 46 55 psFree (view); 47 56 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
