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