Skip to content

Commit

Permalink
fix: edge artifacts in first and last slices due to interpolation
Browse files Browse the repository at this point in the history
Introduced with #1313.
  • Loading branch information
oesteban committed Aug 23, 2024
1 parent 1a26b93 commit dae3a71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mriqc/workflows/functional/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,7 @@ def _apply_transforms(in_file, in_xfm, max_concurrent):
dtype_width=4,
serialize_nvols=2,
max_concurrent=max_concurrent,
mode='reflect',
)
out_file = derive_bids_fname(
in_file,
Expand Down

0 comments on commit dae3a71

Please sign in to comment.