Changeset 27661
- Timestamp:
- Apr 12, 2010, 10:03:56 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSubCamera.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSubCamera.c
r27596 r27661 101 101 pmFPAfile *bind, // File to which to bind, or NULL 102 102 char *filerule, // Name of file rule 103 const char *argname, // Argument name for file 103 104 pmFPAfileType fileType // Type of file 104 105 ) … … 108 109 // look for the file on the RUN metadata 109 110 pmFPAfile *file = pmFPAfileDefineFromRun(&status, NULL, config, filerule); // File to return 111 if (!status) { 112 psError(psErrorCodeLast(), false, "Failed to load file definition for %s", filerule); 113 return NULL; 114 } 115 file = pmFPAfileBindFromArgs(&status, bind, config, filerule, argname); 110 116 if (!status) { 111 117 psError(psErrorCodeLast(), false, "Failed to load file definition for %s", filerule); … … 337 343 338 344 // Output subtraction kernel 339 pmFPAfile *kernel = defineCalcFile(config, output, "PPSUB.OUTPUT.KERNELS", PM_FPA_FILE_SUBKERNEL); 345 pmFPAfile *kernel = defineCalcFile(config, output, "PPSUB.OUTPUT.KERNELS", "KERNEL", 346 PM_FPA_FILE_SUBKERNEL); 340 347 if (!kernel) { 341 348 psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to define file PPSUB.OUTPUT.KERNELS");
Note:
See TracChangeset
for help on using the changeset viewer.
