IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2010, 3:34:47 PM (16 years ago)
Author:
Paul Price
Message:

Binding the kernel to the output causes problems: it's not read in and written out at the same time as the output when we're doing an 'update'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r26518 r26571  
    299299
    300300    // Output subtraction kernel
    301     pmFPAfile *kernel = defineCalcFile(config, output, "PPSUB.OUTPUT.KERNELS", PM_FPA_FILE_SUBKERNEL);
     301    pmFPAfile *kernel = defineCalcFile(config, NULL, "PPSUB.OUTPUT.KERNELS", PM_FPA_FILE_SUBKERNEL);
    302302    if (!kernel) {
    303303        psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to define file PPSUB.OUTPUT.KERNELS");
Note: See TracChangeset for help on using the changeset viewer.