Changeset 14750 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- Sep 5, 2007, 11:00:54 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r14404 r14750 58 58 doPhotom = true; 59 59 } 60 60 61 61 pmFPAview *view = pmFPAviewAlloc(0); // Pointer into FPA hierarchy 62 62 pmHDU *lastHDU = NULL; // Last HDU that was updated … … 135 135 } 136 136 137 if (doPhotom) {138 if (!psphotReadout (config, view)) {139 psError(psErrorCodeLast(), false, "failure in psphotReadout for stacked image\n");140 return false;141 }142 }143 144 137 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 145 138 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
