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