History of AFNI updates  

|
November 09, 2021 09:54AM
Hello,

I'm trying to use Cluster Explorer and I keep running into errors.

When I run ClustExp_HistTable.py I get the following error:

Traceback (most recent call last):
File "/home/dxc536/abin/ClustExp_HistTable.py", line 144, in <module>
if not ("3dttest++" in hist_all or "3dMVM" or "3dLME" in hist_all):
TypeError: a bytes-like object is required, not 'str

So, I decided to skip the step and create my own .csv by hand. However, when I run ClustExp_StatParse.py I get the following error:

Traceback (most recent call last):
File "/home/dxc536/abin/ClustExp_StatParse.py", line 20, in <module>
HistProg = afni_dir+"/ClustExp_HistTable.py"
TypeError: can't concat str to bytes

Any thoughts?
Subject Author Posted

Cluster Explorer

Dxc536 November 09, 2021 09:54AM

Re: Cluster Explorer

discoraj November 09, 2021 10:28AM

Re: Cluster Explorer

Dxc536 November 09, 2021 02:28PM