IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 21, 2007, 3:13:53 PM (20 years ago)
Author:
eugene
Message:

adding ability to load externally-supplied sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotParseCamera.c

    r11201 r11230  
    2323    // optionally load the PSF Model and/or fixed stars
    2424    pmFPAfileBindFromArgs (NULL, input, config, "INPUT.PSF", "PSF");
    25     pmFPAfile *srcInput = pmFPAfileBindFromArgs (NULL, input, config, "INPUT.SRC", "SRC");
     25    pmFPAfile *srcInput = pmFPAfileDefineFromArgs (NULL, config, "INPUT.SRC", "SRC");
    2626    if (!srcInput) {
    2727        fprintf (stderr, "!");
Note: See TracChangeset for help on using the changeset viewer.