Changeset 17167
- Timestamp:
- Mar 27, 2008, 5:26:27 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_080320/ppMerge/src/ppMergeCamera.c
r17157 r17167 307 307 psFree(outName); 308 308 309 if (!outputFile(config, "PPMERGE.OUTPUT.SIGMA", fileType, "Merge sigma", format, phuView)) {310 psFree(phuView); 311 return false; 312 } 313 314 if (!outputFile(config, "PPMERGE.OUTPUT.COUNT", fileType, "Merged count", format, phuView)) {309 if (!outputFile(config, "PPMERGE.OUTPUT.SIGMA", PM_FPA_FILE_IMAGE, "Merge sigma", format, phuView)) { 310 psFree(phuView); 311 return false; 312 } 313 314 if (!outputFile(config, "PPMERGE.OUTPUT.COUNT", PM_FPA_FILE_IMAGE, "Merged count", format, phuView)) { 315 315 psFree(phuView); 316 316 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
