IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 14, 2008, 2:44:44 PM (18 years ago)
Author:
eugene
Message:

add option to do first readout of 3D cell (or skip)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppStats/src/ppStatsSetupFromRecipe.c

    r18558 r19069  
    127127    }
    128128
     129    bool doFirst = psMetadataLookupBool(&mdok, recipe, "DO.FIRST.READOUT.3D"); // Sample fraction
     130    if (mdok) {
     131        data->doFirstReadout3D = doFirst;
     132    }
     133
    129134    // set the mask value used for stand-alone analyses.
    130135    if (data->maskVal == 0) {
Note: See TracChangeset for help on using the changeset viewer.