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/ppSimMakeDark.c

    r17557 r17672  
    1010
    1111    psMetadata *recipe = psMetadataLookupMetadata(&mdok, config->recipes, PPSIM_RECIPE); // Recipe
     12
     13    bool dark = psMetadataLookupBool(&status, recipe, "DARK"); // Generate a DARK?
     14    if (!dark) return true;
    1215
    1316    float darkRate = psMetadataLookupF32(NULL, recipe, "DARK.RATE"); // Dark rate
Note: See TracChangeset for help on using the changeset viewer.