goodman_pipeline icon indicating copy to clipboard operation
goodman_pipeline copied to clipboard

Parameter variation for dcr.par file

Open simontorres opened this issue 7 years ago • 2 comments

It seems to me that default parameters is not always the best way to go with goodman data. For instance for data that uses binning the threshold is different. (I will post the details later)

The default set of parameters is as follow.

THRESH  = 3.0   // Threshold (in STDDEV)
XRAD    = 9     // x-radius of the box (size = 2 * radius)
YRAD    = 9     // y-radius of the box (size = 2 * radius)
NPASS   = 5     // Maximum number of cleaning passes
DIAXIS  = 0     // Dispersion axis: 0 - no dispersion, 1 - X, 2 - Y
LRAD    = 1     // Lower radius of region for replacement statistics
URAD    = 3     // Upper radius of region for replacement statistics
GRAD    = 1     // Growing radius
VERBOSE = 1     // Verbose level [0,1,2]
END

simontorres avatar Sep 26 '17 13:09 simontorres