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  

|
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