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/ppImageAstrom.c

    r7581 r7592  
    1313        // mode is 'REFERENCE' to prevent double frees of the fpa
    1414        pmFPAfile *output = psMetadataLookupPtr (&status, config->files, "PSPHOT.OUTPUT");
    15         input = pmFPAfileDefineInput (config->files, config->camera, output->fpa, "PSASTRO.INPUT");
     15        input = pmFPAfileDefineInput (config, output->fpa, "PSASTRO.INPUT");
    1616        input->mode = PM_FPA_MODE_REFERENCE;
    1717
    18         pmFPAfileDefineOutput (config->files, config->camera, input->fpa, "PSPHOT.OUTPUT");
     18        pmFPAfileDefineOutput (config, input->fpa, "PSPHOT.OUTPUT");
    1919
    2020        // supply the output name (from cmd-line) to all output (WRITE) files
Note: See TracChangeset for help on using the changeset viewer.