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 25, 2015 09:20PM
Ah, you are probably having the opposite problem.
By default now, afni runs in the background (it
spawns a new process). That means your 3dcalc
command is running (and presumably failing) long
before you even get your hands on the mouse.

Hitting ctrl-c probably does nothing. Maybe you
could even hit Enter to get a new prompt.

Add the -no_detach option to make afni stay in the
foreground, so that 3dcalc does not run until afni
is done.


Note that your described example could be done
directly with 3dclust, no need to run afni. But I
guess that was just a random example.

- rick



Edited 1 time(s). Last edit at 06/25/2015 09:22PM by rick reynolds.
Subject Author Posted

Integrating AFNI into shell script?

dk June 25, 2015 01:58PM

Re: Integrating AFNI into shell script?

rick reynolds June 25, 2015 04:30PM

Re: Integrating AFNI into shell script?

dk June 25, 2015 04:56PM

Re: Integrating AFNI into shell script?

rick reynolds June 25, 2015 09:20PM

Re: Integrating AFNI into shell script?

dk June 26, 2015 08:59AM