IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 11, 2007, 2:49:39 PM (19 years ago)
Author:
Paul Price
Message:

Doesn't like reading sources into the same FPA structure as the images (header is different), so read it into its own, and then use that.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSub/src/ppSubCamera.c

    r14810 r14821  
    128128    psFree(view);
    129129
    130     pmFPAfile *sources = pmFPAfileBindFromArgs(&status, input, config, "PPSUB.SOURCES", "PPSUB.SOURCES");
     130    pmFPAfile *sources = pmFPAfileDefineFromArgs(&status, config, "PPSUB.SOURCES", "PPSUB.SOURCES");
    131131    if (!status) {
    132132        psError(PS_ERR_IO, false, "Failed to load file definition PPSUB.SOURCES");
Note: See TracChangeset for help on using the changeset viewer.