IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2008, 4:56:38 PM (18 years ago)
Author:
eugene
Message:

substantial work on argument handling to support externally supplied images

File:
1 edited

Legend:

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

    r17628 r17672  
    88    pmReadout *readout;
    99
     10    psMetadata *recipe = psMetadataLookupMetadata(&status, config->recipes, PPSIM_RECIPE); // Recipe
     11
     12    bool doPhotom = psMetadataLookupBool(&status, recipe, "PHOTOM"); // Density of fakes
     13    if (!doPhotom) return true;
     14   
    1015    psphotModelClassInit ();
     16
     17    int blankMask = 0;          // XXX not sure what this should be set to...
     18    ppSimMosaicChip(config, blankMask, view, "PPSIM.CHIP", "PPSIM.OUTPUT");
    1119
    1220    // find or define a pmFPAfile PSPHOT.INPUT
Note: See TracChangeset for help on using the changeset viewer.