Changeset 27989 for trunk/ppMerge/src/ppMergeCamera.c
- Timestamp:
- May 17, 2010, 5:49:51 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMergeCamera.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMergeCamera.c
r24782 r27989 19 19 const char *name, ///< Name of output file 20 20 pmFPAfileType type, ///< Type of file 21 const char *description, ///< Description of file22 21 psMetadata *format, ///< Camera format 23 22 pmFPAview *view ///< View for PHU … … 84 83 output->save = true; 85 84 86 if (!pmFPAAddSourceFromView(fpa, description,view, format)) {85 if (!pmFPAAddSourceFromView(fpa, view, format)) { 87 86 psError(PS_ERR_UNKNOWN, false, "Unable to generate output FPA."); 88 87 return false; … … 337 336 case PPMERGE_TYPE_FRINGE: 338 337 fileType = PM_FPA_FILE_FRINGE; 339 break;338 break; 340 339 default: 341 340 psAbort("Unknown frame type: %x", type); 342 341 } 343 342 344 if (!outputFile(config, outName, fileType, "Merged detrend",format, phuView)) {343 if (!outputFile(config, outName, fileType, format, phuView)) { 345 344 psFree(outName); 346 345 psFree(phuView); … … 349 348 psFree(outName); 350 349 351 if (!outputFile(config, "PPMERGE.OUTPUT.SIGMA", PM_FPA_FILE_IMAGE, "Merge sigma",format, phuView)) {350 if (!outputFile(config, "PPMERGE.OUTPUT.SIGMA", PM_FPA_FILE_IMAGE, format, phuView)) { 352 351 psFree(phuView); 353 352 return false; 354 353 } 355 354 356 if (!outputFile(config, "PPMERGE.OUTPUT.COUNT", PM_FPA_FILE_IMAGE, "Merged count",format, phuView)) {355 if (!outputFile(config, "PPMERGE.OUTPUT.COUNT", PM_FPA_FILE_IMAGE, format, phuView)) { 357 356 psFree(phuView); 358 357 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
