History of AFNI updates  

|
Daniel Glen
February 07, 2008 08:08PM
It seems the macro I used to create the output matrices prints to stderr instead of stdout. To capture stderr, you can use an '&' in the pipes like this

1dSEM -theta txtIMGstu_thetas_model1.1D -C SEM_corr.1D -DF 101.195 -psi SEM_resvarcorr.1D -forest_growth -stop_cost .01 -leafpicker -limits -1 1 |& tee outlog.txt

The '|&" redirects both stdout and stderr. Sorry about this additional complication.
Subject Author Posted

Writing 1dSEM output to file

Vincent Costa February 07, 2008 06:35PM

Re: Writing 1dSEM output to file

Daniel Glen February 07, 2008 08:08PM

Re: Writing 1dSEM output to file

Daniel Glen February 08, 2008 09:57AM

Re: Writing 1dSEM output to file

Vincent Costa February 08, 2008 02:07PM