Skip to content

AFNI/NIfTI Server

Sections
Personal tools
You are here: Home » AFNI » Community » Message Board

History of AFNI updates   Suggested reading for beginners   Add yourself to the AFNI map!

Re: output text

|
June 28, 2012 01:23PM
You could use

3dDeconvolve -stuff input+orig 2>&1 | tee 3dDeconvolve.log
(if you're using bash)

or

3dDeconvolve -stuff input+orig |& tee 3dDeconvolve.log
(if you're using tcsh)

which would save all the screen output to a file 3dDeconvolve.log in the current directory. If you don't care about seeing the output on the screen and only want the file, you could use the simpler

3dDeconvolve -stuff input+orig >& 3dDeconvolve.log

where in this case it doesn't matter if you're using bash or tcsh.
Subject Author Posted

output text

vanessa June 28, 2012 12:33PM

Re: output text

rick reynolds June 28, 2012 01:19PM

Re: output text

Isaac Schwabacher June 28, 2012 01:23PM

Re: output text

vanessa June 28, 2012 02:17PM

Re: output text

Isaac Schwabacher June 28, 2012 02:33PM



Author:

Your Email:


Subject:


Spam prevention:
Please, enter the code that you see below in the input field. This is for blocking bots that try to post this form automatically. If the code is hard to read, then just try to guess it right. If you enter the wrong code, a new image is created and you get another chance to enter it right.
CAPTCHA
Message:

Powered by Plone

phorum.org

This site conforms to the following standards: