Skip to content

Commit dae3a71

Browse files
committed
fix: edge artifacts in first and last slices due to interpolation
Introduced with #1313.
1 parent 1a26b93 commit dae3a71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mriqc/workflows/functional/base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,7 @@ def _apply_transforms(in_file, in_xfm, max_concurrent):
783783
dtype_width=4,
784784
serialize_nvols=2,
785785
max_concurrent=max_concurrent,
786+
mode='reflect',
786787
)
787788
out_file = derive_bids_fname(
788789
in_file,

0 commit comments

Comments
 (0)