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 c7aa789 commit 161f2f6Copy full SHA for 161f2f6
spm12/regseg.py
@@ -42,7 +42,7 @@ def smoothim(fim, fwhm=4, fout=""):
42
"""
43
imd = nii.getnii(fim, output="all")
44
imsmo = ndi.filters.gaussian_filter(
45
- imd["im"], fwhm2sig(fwhm, voxsize=imd["voxsize"]), mode="mirror"
+ imd["im"], fwhm2sig(fwhm, voxsize=imd["voxsize"]), mode="constant"
46
)
47
if not fout:
48
f = nii.file_parts(fim)
0 commit comments