IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 11, 2007, 5:51:36 PM (19 years ago)
Author:
Paul Price
Message:

Works with POIS kernels!

File:
1 edited

Legend:

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

    r13362 r13371  
    6565
    6666    // Output image
    67     pmFPAfile *output = pmFPAfileDefineOutput(config, NULL, "PPSUB.OUTPUT");
     67    pmFPAfile *output = pmFPAfileDefineOutput(config, input->fpa, "PPSUB.OUTPUT");
    6868    if (!output) {
    6969        psError(PS_ERR_IO, false, _("Unable to generate output file from PPSUB.OUTPUT"));
     
    7474        return false;
    7575    }
    76     output->fpa = pmFPAConstruct(output->camera);
    7776
    7877    // Output mask
Note: See TracChangeset for help on using the changeset viewer.