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  

|
March 04, 2015 04:04PM
Hi Sobana,

Here are some other methods for examining Dicom files:

To evaluate one file:

set dfile = SOME.DICOM.FILE.dcm
dicom_hdr -sexinfo $dfile | less
Dimon -infile_prefix $dfile -no_wait

To create a dataset from many files, consider:

Dimon -infile_pattern '*.dcm' -gert_create_dataset

If the alphabetical order is not the correct volume
order, there are many sorting options, but try the
most simple one, -dicom_org:

Dimon -infile_pattern '*.dcm' -dicom_org -gert_create_dataset

- rick
Subject Author Posted

to3d question

swijeakumar March 04, 2015 03:38AM

Re: to3d question

rick reynolds March 04, 2015 08:40AM

Re: to3d question

rick reynolds March 04, 2015 04:04PM