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  

|
bob cox
January 14, 2004 01:35PM
I've fixed this problem (which also affected 3dLRflip, 3dAnatNudge, and 3dTagalign). The source code is now on the Web site. I'm recompiling binaries now, but they take a while (there are 7 binary packages to make). Should be available this afternoon sometime (Linux first, Mac second, Solaris third, SGI fourth).

The problem was that these programs read in a dataset, modify it in memory, change its name, then write it out again -- they do not create a new dataset from scratch in memory. This is an easy programming style, but runs into trouble in your case, since the AFNI programs can't write a dataset that is marked as being stored in the MINC way. So the write operation fails (silently). The fix was one line of code in each program, just to re-mark the dataset as being stored in the AFNI way before the write operation.

bob cox
Subject Author Posted

3drotate no out put

Leili January 14, 2004 11:09AM

Re: 3drotate no out put

bob cox January 14, 2004 11:13AM

Re: 3drotate no out put

bob cox January 14, 2004 01:35PM