IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 17, 2021, 10:38:16 AM (4 years ago)
Author:
eugene
Message:

add comment

File:
1 edited

Legend:

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

    r41382 r41918  
    109109    options->patternRowIter     = 0;       // Clipping iterations
    110110    options->patternRowRej      = NAN;     // Clipping rejection threshold
    111     options->patternRowThresh   = NAN;     // Threshold for ignoring pixels
     111    options->patternRowThresh   = NAN;     // Threshold for ignoring pixels (pixels with counts > median + thresh * stdev are ignored)
    112112    options->patternRowMean     = PS_STAT_NONE; // Statistic for mean
    113113    options->patternRowStdev    = PS_STAT_NONE; // Statistic for standard deviation
Note: See TracChangeset for help on using the changeset viewer.