IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 15, 2006, 3:05:44 PM (20 years ago)
Author:
eugene
Message:

adding support for new pmFPAfile APIs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroParseCamera.c

    r7573 r7583  
    77
    88    // the input image(s) are required arguments; they define the camera
    9     pmFPAfile *input = pmFPAfileFromArgs (&status, config, "PSASTRO.INPUT", "INPUT");
     9    pmFPAfile *input = pmFPAfileDefineFromArgs (&status, config, "PSASTRO.INPUT", "INPUT");
    1010    if (!status) { psAbort (__func__, "missing INPUT entry"); }
    1111
     
    2020
    2121    // these calls bind the I/O handle to the specified fpa
    22     pmFPAfileDefine (config->files, config->camera, input->fpa, "PSASTRO.OUTPUT");
     22    pmFPAfileDefineOutput (config->files, config->camera, input->fpa, "PSASTRO.OUTPUT");
    2323
    2424    // supply the output name (from cmd-line) to all output (WRITE) files
Note: See TracChangeset for help on using the changeset viewer.