Re: import dicom sequence plugin
Posted by Wayne Rasband on Jul 03, 2006; 11:19pm
URL: http://imagej.273.s1.nabble.com/how-to-access-the-ROI-programmatically-tp3702303p3702308.html
> Could I ask for some clarification on how the import dicom sequence
> works. Does it work on the principle that the *.dcm files are all
> in the order that they are listed in the directory. The reason I
> ask is because that I notice in unix when using ls it lists the
> *dcm files that start with a 1 first and then list the others
> therefore IM-1000.dcm comes before IM-900.dcm. Is this the order
> they will stack ? How can I check ?
The File>Import>Image Sequence command opens DICOM files in image
number (0020,0013) order when all the images are in the same series,
otherwise it opens them in alphanumeric file name order.
-wayne