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  

|
May 04, 2005 08:58AM
You will find a little problem if your files are indeed named i*.1 to i*.392. The wildcard i* will give you files in the order like so

i.1 i.10 i.100 i.101 ... i.109 i.1 i.110 ...

which is probably not what you want. It would be better if they were named i.001, i.002, ... i.382. However, if this is impracticable, then you could use the triple of wildcards

i*.? i*.?? i*.???

which will work correctly. To ensure that this is true, you could use the 'echo' command, as in

echo to3d -time:zt 7 55 1000 -abuc i*.? i*.?? i*.???

which will simply echo the expanded command to the screen, and then you can inspect it.

Please note that wildcard expansion is done by the shell before to3d even starts. This is not a feature of the AFNI package but a feature of Unix.

Subject Author Posted

creating multi sub-brik DTI datasets using to3d/3dbucket

Brian Schweinsburg May 04, 2005 02:59AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

rick reynolds May 04, 2005 08:45AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Robert Cox May 04, 2005 08:58AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Brian Schweinsburg May 04, 2005 10:24AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Robert Cox May 04, 2005 10:37AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Daniel Glen May 04, 2005 10:59AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Brian Schweinsburg May 04, 2005 11:12AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Daniel Glen May 04, 2005 11:43AM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Wolfgang May 04, 2005 01:04PM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Brian Schweinsburg May 04, 2005 01:31PM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Daniel Glen May 04, 2005 05:41PM

Re: creating multi sub-brik DTI datasets using to3d/3dbucket

Wolfgang May 05, 2005 10:22AM