AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

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