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
October 28, 2008 01:34PM
The problem you have is the DICOM files are not always in the right order, numerically or alphabetically. We have the Dimon program available to check the order of the files and produce a sorted list and script (GERT_Reco...) to call to3d appropriately. So given 39 sub-bricks in each mosaic file EPI run, you can create a script like this to read this data.

foreach run (4 5 6 7 8 9)
Dimon -GERT_Reco -gert_nz 39 \
-gert_to3d_prefix mosaic39.$run \
-infile_pattern \
'Elizabeth_FINGER/2008_10_15_RM.MR.FINGER_FMRI.${run}.*.IMA' \
-dicom_org -quit \
-gert_filename GERT_reco$run
./GERT_reco$run
end

The other datasets seem to be anatomical datasets with missing slices in the first dataset.
Subject Author Posted

to3d with Siemens IMA

Elizabeth Finger October 23, 2008 02:41PM

Re: to3d with Siemens IMA

Daniel Glen October 23, 2008 04:45PM

Re: to3d with Siemens IMA

Elizabeth Finger October 28, 2008 10:12AM

Re: to3d with Siemens IMA

Daniel Glen October 28, 2008 01:34PM

Re: to3d with Siemens IMA

Elizabeth Finger October 29, 2008 10:40AM