IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2015, 6:14:49 AM (11 years ago)
Author:
eugene
Message:

add squash nan option

File:
1 edited

Legend:

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

    r35685 r38233  
    4646    options->checkCTE        = false;   // Measure pixel-based variance
    4747    options->checkNoise      = false;   // Measure cell-level variances.
     48    options->squashNANs      = false;   // Measure cell-level variances.
    4849    options->applyParity     = false;   // Apply Cell parities
    4950    options->doMaskStats     = false;   // Calculate mask fractions
     
    340341    options->checkCTE       = psMetadataLookupBool(NULL, recipe, "CHECK.CTE");
    341342    options->checkNoise     = psMetadataLookupBool(NULL, recipe, "CHECK.NOISE");
     343    options->squashNANs     = psMetadataLookupBool(NULL, recipe, "SQUASH.NANS");
    342344
    343345    /* 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.