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  

|
February 14, 2009 04:58PM
Has this issue been resolved? I've gotten the same error when I provide fewer than three datasets (i.e. subjects).

++ 3dTstat: AFNI version=AFNI_2007_05_29_1644 (Aug 10 2007) [64-bit]
++ Authored by: KR Hammett & RW Cox
** FATAL ERROR: Can't use dataset with < 2 values per voxel!

I believe this is because 3dTstat is summing all singular values except the first one:
3dTstat -sum -prefix SEM_resvar_roi${roi} SEM_sv2_roi${roi}.1D'{1..$}'\'

So that if there are only two datasets, there will be only one input value after excluding the first sv. A quick and dirty solution is to append a 0 to the end of the input file for 3dTstat. I don't think it should affect any calculations elsewhere.

echo "0" >> SEM_sv2_roi${roi}.1D
3dTstat -sum -prefix SEM_resvar_roi${roi} SEM_sv2_roi${roi}.1D'{1..$}'\'

Anyway, perhaps this is a moot point given that running SEM on only two subjects is not likely desirable.

Subject Author Posted

error during SEM

Sean November 26, 2008 05:27AM

Re: error during SEM

Sean December 01, 2008 05:07AM

Re: error during SEM

Gang Chen December 01, 2008 10:10AM

Re: error during SEM

Patti February 14, 2009 04:58PM

Re: error during SEM

Gang Chen February 14, 2009 05:55PM