IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 22, 2009, 5:13:36 PM (17 years ago)
Author:
Paul Price
Message:

Fixing pattern subtraction so that it ignores pixels away from the median, in order to reduce bad subtractions around bright stars. Changed API for pmPatternRow, added new recipe paramter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/detrend/pmPattern.h

    r24899 r24903  
    2424    int iter,                           ///< Number of clipping iterations
    2525    float rej,                          ///< Rejection threshold for clipping
     26    float thresh,                       ///< Threshold for ignoring pixels
    2627    psStatsOptions clipMean,            ///< Statistic to use for mean
    2728    psStatsOptions clipStdev,           ///< Statistic to use for standard deviation
     29    psImageMaskType maskVal,            ///< Mask value to use
    2830    psImageMaskType maskBad             ///< Mask value to give bad pixels
    2931    );
Note: See TracChangeset for help on using the changeset viewer.