Skip to content

Commit

Permalink
fix: correct file name for smoothing output via AFNI
Browse files Browse the repository at this point in the history
  • Loading branch information
synchon committed Jun 19, 2024
1 parent 3c781d9 commit 5c119ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion junifer/preprocess/smoothing/_afni_smoothing.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ def preprocess(
convert_cmd = [
"3dAFNItoNIFTI",
f"-prefix {blur_afni_to_nifti_out_path.resolve()}",
f"{blur_out_path_prefix}+tlrc.BRIK",
f"{blur_out_path_prefix}+orig.BRIK",
]
# Call 3dAFNItoNIFTI
run_ext_cmd(name="3dAFNItoNIFTI", cmd=convert_cmd)
Expand Down

0 comments on commit 5c119ab

Please sign in to comment.