Changeset 16404 for branches/pap_branch_080207/ppStack/src/ppStackCamera.c
- Timestamp:
- Feb 11, 2008, 6:12:19 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080207/ppStack/src/ppStackCamera.c
r16367 r16404 12 12 13 13 14 #if 0 14 15 // Define an output convolved image file 15 16 static pmFPAfile *defineOutputConvolved(const char *name, // FPA file name … … 64 65 return imageFile; 65 66 } 66 67 #endif 67 68 68 69 … … 196 197 } 197 198 199 #if 0 198 200 // Output convolved files 199 201 pmFPAfile *outconvImage = defineOutputConvolved("PPSTACK.OUTCONV", imageFile->fpa, config, … … 217 219 return false; 218 220 } 219 221 #endif 220 222 221 223 psMetadataAddF32(imageFile->fpa->analysis, PS_LIST_TAIL, "PPSTACK.WEIGHTING", 0, … … 321 323 } 322 324 325 323 326 // Output PSF 324 327 if (havePSFs) {
Note:
See TracChangeset
for help on using the changeset viewer.
