IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 16, 2006, 4:01:17 PM (20 years ago)
Author:
eugene
Message:

updating pmFPAfileDefine APIs, adding chip mosaic

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImagePhotom.c

    r7581 r7592  
    2929        // mode is 'REFERENCE' to prevent double frees of the fpa
    3030        pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PPIMAGE.OUTPUT");
    31         input = pmFPAfileDefineInput (config->files, config->camera, output->fpa, "PSPHOT.INPUT");
     31        input = pmFPAfileDefineInput (config, output->fpa, "PSPHOT.INPUT");
    3232        input->mode = PM_FPA_MODE_REFERENCE;
    3333
    34         pmFPAfileDefineOutput (config->files, config->camera, input->fpa, "PSPHOT.OUTPUT");
     34        pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT");
    3535
    3636        // supply the output name (from cmd-line) to all output (WRITE) files
Note: See TracChangeset for help on using the changeset viewer.