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  

|
October 26, 2016 11:24AM
Hi Ali,

If you have a text file tdata.1D that matches the grid
of gridset.nii, and you want to put the tdata.1D data
onto that grid, it can be done pretty simply, though
it is not so pretty.

Convert the 1D dataset to a 3D dataset (which requires
an extra 'mv' command - probably something we should
fix), and then use 3dcalc to make a new 4D dataset.

3dcopy -DAFNI_WRITE_1D_AS_PREFIX=Y tdata.1D t3data.3D
mv t3data.3D.1D t3data.3D
3dcalc -a gridset.nii -b t3data.3D -expr b -prefix newset.nii

How does that seem?

- rick
Subject Author Posted

3dUndump 3D+time dataset

JoeW June 18, 2014 08:41AM

Re: 3dUndump 3D+time dataset

Emperor Zhark June 18, 2014 03:44PM

Re: 3dUndump 3D+time dataset

rick reynolds June 18, 2014 04:15PM

Re: 3dUndump 3D+time dataset

JoeW June 19, 2014 05:09AM

Re: 3dUndump 3D+time dataset

Isaac Schwabacher June 19, 2014 11:32AM

Re: 3dUndump 3D+time dataset

Ali_Ghazizadeh October 25, 2016 11:08AM

Re: 3dUndump 3D+time dataset

Daniel Glen October 25, 2016 11:45AM

Re: 3dUndump 3D+time dataset

rick reynolds October 26, 2016 11:24AM