Changeset 19194 for trunk/ppStack/src/ppStackLoop.c
- Timestamp:
- Aug 25, 2008, 12:43:24 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
