IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 23, 2010, 1:08:20 PM (16 years ago)
Author:
Paul Price
Message:

ppSub wasn't writing out the subkernel file required for the 'update' mode. pmSubtractionMatchPrecalc() wasn't allocating the image.

File:
1 edited

Legend:

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

    r26982 r27040  
    107107
    108108    // look for the file on the RUN metadata
    109     pmFPAfile *file = pmFPAfileDefineFromRun(&status, bind, config, filerule); // File to return
     109    pmFPAfile *file = pmFPAfileDefineFromRun(&status, NULL, config, filerule); // File to return
    110110    if (!status) {
    111111        psError(psErrorCodeLast(), false, "Failed to load file definition for %s", filerule);
     
    348348
    349349    // Output subtraction kernel
    350     pmFPAfile *kernel = defineCalcFile(config, NULL, "PPSUB.OUTPUT.KERNELS", PM_FPA_FILE_SUBKERNEL);
     350    pmFPAfile *kernel = defineCalcFile(config, output, "PPSUB.OUTPUT.KERNELS", PM_FPA_FILE_SUBKERNEL);
    351351    if (!kernel) {
    352352        psError(PS_ERR_UNEXPECTED_NULL, false, "Unable to define file PPSUB.OUTPUT.KERNELS");
Note: See TracChangeset for help on using the changeset viewer.