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 14, 2021 06:03PM
As Gang said, most AFNI programs don't "care" about a 3D position at all. In fact, we sometimes recommend reducing a 3D dataset down to a single slice at a time to conserve memory with 3dZcutup. Many programs even take 1D data, just a column of numbers. Spatially oriented programs like programs to do alignment or spatial smoothing (3dAllineate, 3dQwarp and others) will care, of course, so you would have to accommodate for that if you do want to use this data in a 3D way. For display, you will want to set the voxel dimensions in x,y,z with 3drefit or similar. So to set a slice thickness if there isn't one,

3drefit -zdel 1.0 myslice.nii.gz

You may want to triplicate a slice image with 3dZcat for easier viewing in AFNI, as for viewing the dataset overlaid on top of an anatomical dataset.

3dZcat -prefix myslicex3.nii.gz myslice.nii.gz myslice.nii.gz myslice.nii.gz
Subject Author Posted

Is it possible to analyze 2D images in time series

yli302 October 14, 2021 02:19AM

Re: Is it possible to analyze 2D images in time series

gang October 14, 2021 02:52PM

Re: Is it possible to analyze 2D images in time series

Daniel Glen October 14, 2021 06:03PM