Changeset 27075 for trunk/ppStack/src/ppStackCamera.c
- Timestamp:
- Feb 25, 2010, 10:58:13 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackCamera.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCamera.c
r27004 r27075 284 284 285 285 if (havePSFs) { 286 pmFPAfile *targetPSF = pmFPAfileDefineOutput(config, output->fpa, "PPSTACK.TARGET.PSF"); 286 pmFPA *psfFPA = pmFPAConstruct(config->camera, config->cameraName); // FPA to contain PSF 287 if (!psfFPA) { 288 psError(psErrorCodeLast(), false, "Unable to construct an FPA from camera configuration."); 289 return false; 290 } 291 pmFPAfile *targetPSF = pmFPAfileDefineOutput(config, psfFPA, "PPSTACK.TARGET.PSF"); 287 292 if (!targetPSF) { 288 293 psError(psErrorCodeLast(), false, _("Unable to generate output file from PPSTACK.TARGET.PSF")); 289 294 return false; 290 295 } 296 psFree(psfFPA); 291 297 if (targetPSF->type != PM_FPA_FILE_PSF) { 292 298 psError(PPSTACK_ERR_CONFIG, true, "PPSTACK.TARGET.PSF is not of type PSF");
Note:
See TracChangeset
for help on using the changeset viewer.
