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  

|
December 23, 2019 06:03PM
If treating the NaN's in a text file as zeros is okay, then consider setting AFNI_1D_ZERO_TEXT = YES either in your .afnirc file or on the command line or script.

cat > test.1D
NAN
nan
NaN
^C

1dcat test.1D

** Error: Failed parsing data row 0 of 1D file 'test.1D'
Check for illegal non-numeric characters in:
'NAN'
You can have text entries set to 0 with -ok_1D_text or by
setting environment variable AFNI_1D_ZERO_TEXT to YES.
** FATAL ERROR: Can't read input file 'test.1D'
** Program compile date = Dec 12 2019

1dcat -DAFNI_1D_ZERO_TEXT=YES test.1D
0
0
0
Subject Author Posted

3dDeconvolve: ERROR: symeigval_double error code = 1

vasudev November 19, 2019 10:36AM

Re: 3dDeconvolve: ERROR: symeigval_double error code = 1

rick reynolds November 22, 2019 01:38PM

Re: 3dDeconvolve: ERROR: symeigval_double error code = 1

vasudev December 11, 2019 05:00AM

Re: 3dDeconvolve: ERROR: symeigval_double error code = 1

rick reynolds December 11, 2019 09:16AM

Re: 3dDeconvolve: ERROR: symeigval_double error code = 1

vasudev December 12, 2019 04:04AM

Re: 3dDeconvolve: ERROR: symeigval_double error code = 1

rick reynolds December 18, 2019 06:48PM

Re: 3dDeconvolve: ERROR: symeigval_double error code = 1

Daniel Glen December 23, 2019 06:03PM