Changeset 19194
- Timestamp:
- Aug 25, 2008, 12:43:24 PM (18 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
ppStackCamera.c (modified) (1 diff)
-
ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackCamera.c
r19017 r19194 350 350 } 351 351 352 if (havePSFs) { 353 pmFPAfile *targetPSF = pmFPAfileDefineOutput(config, output->fpa, "PPSTACK.TARGET.PSF"); 354 if (!targetPSF) { 355 psError(PS_ERR_IO, false, _("Unable to generate output file from PPSTACK.TARGET.PSF")); 356 return false; 357 } 358 if (targetPSF->type != PM_FPA_FILE_PSF) { 359 psError(PS_ERR_IO, true, "PPSTACK.TARGET.PSF is not of type PSF"); 360 return false; 361 } 362 } 363 352 364 psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSTACK_RECIPE); // Recipe for ppSim 353 365 if (!recipe) { -
trunk/ppStack/src/ppStackLoop.c
r19172 r19194 20 20 21 21 // Files required in preparation for convolution 22 static char *prepareFiles[] = { "PPSTACK.INPUT.PSF", "PPSTACK.INPUT.SOURCES", NULL };22 static char *prepareFiles[] = { "PPSTACK.INPUT.PSF", "PPSTACK.INPUT.SOURCES", "PPSTACK.TARGET.PSF", NULL }; 23 23 24 24 // Files required for the convolution … … 349 349 return false; 350 350 } 351 352 pmChip *outChip = pmFPAviewThisChip(view, output->fpa); // Output chip 353 psMetadataAddPtr(outChip->analysis, PS_LIST_TAIL, "PSPHOT.PSF", PS_DATA_UNKNOWN, 354 "Target PSF", targetPSF); 351 355 352 356 if (haveSources) {
Note:
See TracChangeset
for help on using the changeset viewer.
