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  

|
January 28, 2019 08:56AM
Typically, most users don't get the AFNI source code from git directly-- you would then have to compile it on your own computer to get executable "binary" programs (for the C ones, that is; the python and tcsh scripts would be executable directly). And it is not impossible to build AFNI on your own computer, it would just take users a little time and more installation.

We keep a git repo of the latest code, and then perform builds from time to time to compile all the C codes, so that when a user downloads AFNI, they get the latest version for their OS; of, if they have AFNI, then they can run a command which will: see if a newer version of compiled (="built") AFNI is available, and if so, get it and put it into the same location as their current AFNI binary directory. So, assuming you have AFNI on your computer at this moment, likely all you need to do to update your AFNI is run the following in your terminal:
@update.afni.binaries -d

Daniel's mention of the git repo means that: an update has been made in the codebase, but probably we haven't done a new build yet, so it isn't available to The World by the "@update.afni.binaries -d" command yet. It will be soon; we tend to build fairly often with minor fixes+updates.

--pt
Subject Author Posted

Difficulty with align_epi_anat

MundayNB January 23, 2019 12:07PM

Re: Difficulty with align_epi_anat

Daniel Glen January 25, 2019 01:16AM

Re: Difficulty with align_epi_anat

MundayNB January 27, 2019 01:47PM

Re: Difficulty with align_epi_anat

ptaylor January 28, 2019 08:56AM