IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17706


Ignore:
Timestamp:
May 16, 2008, 6:36:20 AM (18 years ago)
Author:
eugene
Message:

draft mods to load sources correctly

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimCreate.c

    r17705 r17706  
    102102            psFree(fpa);
    103103            return NULL;
     104        }
     105
     106        // *** Define two input files:
     107        // PPSIM.REAL.SOURCES
     108
     109        // the input image(s) are required arguments; they define the camera
     110        pmFPAfile *realSources = pmFPAfileDefineFromArgs (&status, config, "PPSIM.REAL.SOURCES", "REAL.SOURCES");
     111        if (!status) {
     112          psError(PS_ERR_UNKNOWN, false, "Failed to build FPA from PPSIM.REAL.SOURCES");
     113          return false;
    104114        }
    105115
Note: See TracChangeset for help on using the changeset viewer.