Hello,
I am trying to run gen_ss_review_scripts.py after completing pre-processing and 3dDeconvolve. I have all the required files listed on the help page together in one directory, but none of the optional ones because censoring was not done. However, when I run the script, it appears to be searching for those optional files anyway and giving me this error message:
** failed to guess sum_ideal file, continuing...
** failed to find mask dset, continuing...
Traceback (most recent call last):
File "/usr/local/bin/afni/gen_ss_review_scripts.py", line 2029, in <module>
sys.exit(main())
File "/usr/local/bin/afni/gen_ss_review_scripts.py", line 2017, in main
if me.init_basics():
File "/usr/local/bin/afni/gen_ss_review_scripts.py", line 711, in init_basics
if self.guess_tsnr_dset(): return 1
File "/usr/local/bin/afni/gen_ss_review_scripts.py", line 1271, in guess_tsnr_dset
% (self.uvars.subj, self.uvars.final_view)
TypeError: not all arguments converted during string formatting
How do I get around this problem? I would like to review the pre-processing results for quality control purposes.
Thank you!