diff --git a/modules/icing/util.py b/modules/icing/util.py index 1a26241f12831c48ce5d7722d9758d9c7f402a8c..a47619b8f5ef41d32fd748b085edf8a2abfe7fef 100644 --- a/modules/icing/util.py +++ b/modules/icing/util.py @@ -536,7 +536,7 @@ def run_icing_predict_image(clvrx_dir='/Users/tomrink/data/clavrx/RadC/', output prob_s.append(probs) prob_s = np.stack(prob_s, axis=-1) max_prob = np.max(prob_s, axis=2) - max_prob = medfilt2d(max_prob) + # max_prob = medfilt2d(max_prob) max_prob = np.where(max_prob < prob_thresh, np.nan, max_prob) make_icing_image(h5f, max_prob, None, None, clvrx_str_time, satellite, domain,