IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 28, 2006, 2:26:49 PM (20 years ago)
Author:
eugene
Message:

adding ppFocus elements

File:
1 edited

Legend:

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

    r7706 r7738  
    88    // the first input image defines the camera, and all recipes and options that follow
    99    // select only the first file from the INPUT array
    10     pmFPAfile *input = pmFPAfileDefineFromArgs (&status, config, "PPIMAGE.INPUT", "INPUT");
     10    pmFPAfile *input = pmFPAfileDefineSingleFromArgs (&status, config, "PPIMAGE.INPUT", "INPUT", 0);
    1111    if (!status) {
    1212        psError(PS_ERR_IO, false, "Failed to build FPA from PPIMAGE.INPUT");
Note: See TracChangeset for help on using the changeset viewer.