diff --git a/junifer/preprocess/smoothing/_afni_smoothing.py b/junifer/preprocess/smoothing/_afni_smoothing.py index 50fd27161b..9393859e6e 100644 --- a/junifer/preprocess/smoothing/_afni_smoothing.py +++ b/junifer/preprocess/smoothing/_afni_smoothing.py @@ -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)