Changeset 27848 for trunk/psphot/src/psphotStackImageLoop.c
- Timestamp:
- May 3, 2010, 3:03:40 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotStackImageLoop.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotStackImageLoop.c
r27657 r27848 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.
