Changeset 14404 for trunk/ppSub/src/ppSubLoop.c
- Timestamp:
- Aug 6, 2007, 9:32:53 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubLoop.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubLoop.c
r14296 r14404 8 8 #include <psmodules.h> 9 9 #include <ppStats.h> 10 #include <psphot.h> 10 11 11 12 #include "ppSub.h" … … 53 54 } 54 55 56 bool doPhotom = false; 57 if (psMetadataLookup(config->arguments, "PSPHOT.PSF")) { 58 doPhotom = true; 59 } 60 55 61 pmFPAview *view = pmFPAviewAlloc(0); // Pointer into FPA hierarchy 56 62 pmHDU *lastHDU = NULL; // Last HDU that was updated … … 129 135 } 130 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 131 144 if (!pmFPAfileIOChecks(config, view, PM_FPA_BEFORE)) { 132 145 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
