Hello Everyone!
I would like to substitute the SIGMA rat brain template and atlas for my resting-state fMRI analysis. I assume that I need to define the following commonspace template and associated mask/label files to override the mouse DSURQE defaults:
- --anat_template
- --brain_mask
- --WM_mask
- --CSF_mask
- --labels
Unfortunately, when defining the --anat_template variable, I received the below error message. I am running Ubuntu 24.04.3 LTS with Python 3.7.11. Your help is greatly appreciated!
Brad
Traceback (most recent call last):
File "/home/rabies/miniforge/bin/rabies", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/home/rabies/RABIES/scripts/rabies", line 3, in
execute_workflow()
File "/home/rabies/RABIES/rabies/run_main.py", line 44, in execute_workflow
workflow = preprocess(opts, log)
File "/home/rabies/RABIES/rabies/run_main.py", line 179, in preprocess
raise ValueError(f"--anat_template file {opts.anat_template} doesn't exists.")
ValueError: --anat_template file /home/rabies/SIGMA_InVivo_Anatomical_Brain_template.nii.gz doesn't exists.
Hello Everyone!
I would like to substitute the SIGMA rat brain template and atlas for my resting-state fMRI analysis. I assume that I need to define the following commonspace template and associated mask/label files to override the mouse DSURQE defaults:
Unfortunately, when defining the --anat_template variable, I received the below error message. I am running Ubuntu 24.04.3 LTS with Python 3.7.11. Your help is greatly appreciated!
Brad
Traceback (most recent call last):
File "/home/rabies/miniforge/bin/rabies", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/home/rabies/RABIES/scripts/rabies", line 3, in
execute_workflow()
File "/home/rabies/RABIES/rabies/run_main.py", line 44, in execute_workflow
workflow = preprocess(opts, log)
File "/home/rabies/RABIES/rabies/run_main.py", line 179, in preprocess
raise ValueError(f"--anat_template file {opts.anat_template} doesn't exists.")
ValueError: --anat_template file /home/rabies/SIGMA_InVivo_Anatomical_Brain_template.nii.gz doesn't exists.