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  

|
June 03, 2015 10:33AM
I figured out the --line-buffered option but I didn't think of having to do the GETENV command twice. I got it to work with the tcsh code below.
afni -yesplugouts | grep --line-buffered 'RAI xyz' > temp.txt &

plugout_drive	-comm 'GET_DICOM_XYZ'\
		-comm 'GETENV bogus'\
		-quit
The big thing is that the temp.txt needs to be deleted each time. For some reason the stream is not flushed if the file already exists. Instead, the file is first overwritten so that it is blank and then the coordinates are only dumped after I quit AFNI.

With regards to the SET_OUTPLUG option, I updated my AFNI using @update.afni.binaries -d but this new option does not seem to be added. When I try to run it with plugout_drive I get this error: Can't drive AFNI with 'SET_OUTPLUG temp.txt'. This is the afni version that I am currently using

Precompiled binary macosx_10.7_Intel_64: May 31 2015 (Version AFNI_2011_12_21_1014)

Thank you all for your help.
Matthew
Subject Author Posted

Plugout_Drive GET_DICOM_XYZ output

rollom June 01, 2015 05:22PM

Re: Plugout_Drive GET_DICOM_XYZ output

Isaac Schwabacher June 01, 2015 06:29PM

Re: Plugout_Drive GET_DICOM_XYZ output

rollom June 02, 2015 12:54PM

Re: Plugout_Drive GET_DICOM_XYZ output

Isaac Schwabacher June 02, 2015 02:45PM

Re: Plugout_Drive GET_DICOM_XYZ output

rollom June 02, 2015 04:21PM

Re: Plugout_Drive GET_DICOM_XYZ output

Daniel Glen June 02, 2015 05:37PM

Re: Plugout_Drive GET_DICOM_XYZ output

Isaac Schwabacher June 02, 2015 05:41PM

Re: Plugout_Drive GET_DICOM_XYZ output

rollom June 03, 2015 10:33AM

Re: Plugout_Drive GET_DICOM_XYZ output

Daniel Glen June 03, 2015 01:47PM

Re: Plugout_Drive GET_DICOM_XYZ output

rollom June 03, 2015 02:21PM