Skip to content

Commit

Permalink
Remove radius from default
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathis Rasmussen committed Jun 15, 2023
1 parent 9f03555 commit 3683635
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rt_utils/smoothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"filter_iterations": 3,
"crop_margins": [20, 20, 1],
"np_kron": {"scaling_factor": 3},
"ndimage_gaussian_filter": {"sigma": 5,
"radius": 5},
"ndimage_gaussian_filter": {"sigma": 5},#,
# "radius": 5},
"threshold": {"threshold": 0.5},
}

Expand Down

0 comments on commit 3683635

Please sign in to comment.