- Timestamp:
- Feb 17, 2011, 3:24:10 PM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110213/ppImage/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppImageOptions.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ppImage/src
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20110213/ppImage/src/ppImageOptions.c
r29968 r30680 42 42 options->applyParity = false; // Apply Cell parities 43 43 options->doMaskStats = false; // Calculate mask fractions 44 44 options->addNoise = false; //Degrade an MD image to a 3pi image 45 45 46 // output files requested 46 47 options->BaseFITS = false; // create output image … … 239 240 options->doPatternCell = psMetadataLookupBool(NULL, recipe, "PATTERN.CELL"); 240 241 options->doMaskStats = psMetadataLookupBool(NULL, recipe, "MASK.STATS"); 242 options->addNoise = psMetadataLookupBool(NULL, recipe, "ADDNOISE"); 241 243 242 244 options->doStats = false;
Note:
See TracChangeset
for help on using the changeset viewer.
