Changeset 13462 for trunk/ppSub/src/ppSubReadout.c
- Timestamp:
- May 21, 2007, 6:24:29 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubReadout.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubReadout.c
r13393 r13462 6 6 #include <pslib.h> 7 7 #include <psmodules.h> 8 #include <psphot.h> 8 9 9 10 #include "ppSub.h" … … 174 175 #endif 175 176 177 psFree(kernels); 178 psFree(stamps); 179 psFree(solution); 176 180 177 psFree(kernels); 178 psFree(stamps); 179 psFree(solution); 180 return true; 181 pmFPAfile *photFile = psMetadataLookupPtr(NULL, config->files, "PSPHOT.INPUT"); 182 pmFPACopy(photFile->fpa, inRO->parent->parent->parent); 181 183 182 ERROR: 183 psFree(kernels); 184 psFree(stamps); 185 psFree(solution); 186 return false; 184 psphotReadout(config, view); 185 186 pmFPAfileActivate(config->files, false, "PSPHOT.INPUT"); 187 188 return true; 189 190 ERROR: 191 psFree(kernels); 192 psFree(stamps); 193 psFree(solution); 194 return false; 187 195 }
Note:
See TracChangeset
for help on using the changeset viewer.
