IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 15, 2008, 4:44:46 PM (18 years ago)
Author:
eugene
Message:

options to turn on and off all of the components

File:
1 edited

Legend:

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

    r14463 r17705  
    66
    77    psMetadata *recipe = psMetadataLookupMetadata(NULL, config->recipes, PPSIM_RECIPE); // Recipe
     8
     9    bool bias = psMetadataLookupBool(&mdok, recipe, "BIAS"); // Generate a Bias?
     10    if (!bias) return NULL;
    811
    912    psList *biassec = psMetadataLookupPtr(NULL, cell->concepts, "CELL.BIASSEC"); // Bias regions
Note: See TracChangeset for help on using the changeset viewer.