We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85e9d2a commit 6d9ab79Copy full SHA for 6d9ab79
src/cedalion/dot/head_model.py
@@ -97,7 +97,7 @@ def from_segmentation(
97
landmarks_ras_file: str | None = None,
98
brain_seg_types: list[str] = ["gm", "wm"],
99
scalp_seg_types: list[str] = ["scalp"],
100
- smoothing: float = 0.5,
+ smoothing: float = 0.,
101
brain_face_count: int | None = 180000,
102
scalp_face_count: int | None = 60000,
103
fill_holes: bool = True,
@@ -220,7 +220,7 @@ def from_surfaces(
220
221
222
223
+ smoothing: float = 0.0,
224
225
226
fill_holes: bool = False,
0 commit comments