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  

|
January 03, 2005 01:22PM
Well, it took me a little too long to notice that the filenames
start with "3D". When to3d sees "3D" as the beginning of a
filename, it assumes that you are specifying the file information
on the command line. And that check is made before the "*.dcm"
check.

So the easiest solution would be to rename the files. Maybe
we could add some more tests, but renaming is easy.

foreach file (3D*.dcm)
mv $file image.$file
end

That would do it, if you are using /bin/tcsh or /bin/csh.

Sorry for being slow,

- rick

Subject Author Posted

NMRF dicom images and to3d

Jim Bjork January 03, 2005 11:01AM

Re: NMRF dicom images and to3d

rick reynolds January 03, 2005 11:24AM

Re: NMRF dicom images and to3d

Jim Bjork January 03, 2005 11:53AM

Re: NMRF dicom images and to3d

rick reynolds January 03, 2005 12:45PM

Re: NMRF dicom images and to3d

rick reynolds January 03, 2005 01:22PM

Re: NMRF dicom images and to3d

Robert Cox January 03, 2005 01:35PM

Re: NMRF dicom images and to3d

rick reynolds January 03, 2005 01:42PM

Re: NMRF dicom images and to3d - THE FIX IS IN

Robert Cox January 03, 2005 02:41PM