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  

|
February 20, 2020 04:04PM
Interesting request. Hopefully, Bob will take pity on you. I thought of a terribly kludgey method though - using plugouts.

afni -DAFNI_RECENTER_VIEWING=Y -yesplugouts

That tells AFNI to recenter the AFNI viewer with Then each time you want to move the montage back to the center of the dataset, you can do this:

plugout_drive -com "SWITCH_UNDERLAY mydset.nii.gz" -quit

or alias that command with something like this:
alias cds 'plugout_drive -com "SWITCH_UNDERLAY mydset.nii.gz" -quit

Then typing "cds" will drive afni to center that dataset, including montages. If you want to go to another coordinate, you could do that with the plugout command
"SET_DICOM_XYZ".
Subject Author Posted

Freeze Montage Slices

crawfoa4 February 18, 2020 01:19PM

Re: Freeze Montage Slices

ptaylor February 19, 2020 05:14PM

Re: Freeze Montage Slices

Daniel Glen February 20, 2020 04:04PM