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  

|
July 17, 2013 01:21PM
It is possible, but is it desirable? If the dataset is of any size, the resulting text file will be huge. A 64x64x30 volume has 122,880 voxels, so you would get a 1D file with 122,880 lines of text.

If you insist, you can try something like

3dmaskdump -noijk FILE.hdr > FILE.1D

and see if you like the result. 3dmaskdump can also give you voxel coordinates, or just give part of the dataset -- see the output of

3dmaskdump -help

for details.
Subject Author Posted

.img to .1D

SP July 17, 2013 01:06PM

Re: .img to .1D

Bob Cox July 17, 2013 01:21PM

Re: .img to .1D

SP July 17, 2013 02:44PM