Changeset 14847
- Timestamp:
- Sep 14, 2007, 4:17:39 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r14821 r14847 140 140 pmFPACopy(photFile->fpa, outRO->parent->parent->parent); 141 141 142 psphotReadout(config, view); 142 if (!psphotReadout(config, view)) { 143 psError(psErrorCodeLast(), false, "Unable to perform photometry on subtracted image.\n"); 144 return false; 145 } 143 146 144 147 pmFPAfileActivate(config->files, false, "PSPHOT.INPUT");
Note:
See TracChangeset
for help on using the changeset viewer.
