IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 21, 2012, 5:02:21 PM (14 years ago)
Author:
watersc1
Message:

Tell ppImage how to construct a noise map, and add appropriate recipes for this.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppImage/src/ppImageOptions.c

    r33243 r33590  
    4141    options->doStats         = false;   // Measure and save image statistics
    4242    options->checkCTE        = false;   // Measure pixel-based variance
     43    options->checkNoise      = false;   // Measure cell-level variances.
    4344    options->applyParity     = false;   // Apply Cell parities
    4445    options->doMaskStats     = false;   // Calculate mask fractions
     
    319320
    320321    options->checkCTE       = psMetadataLookupBool(NULL, recipe, "CHECK.CTE");
     322    options->checkNoise     = psMetadataLookupBool(NULL, recipe, "CHECK.NOISE");
    321323
    322324    /* doMaskBuild : there are some cases where we require a mask, so we force doMaskBuild to be set even if the user specified 'FALSE'
Note: See TracChangeset for help on using the changeset viewer.