SeiictyUsui / pydicom

Automatically exported from code.google.com/p/pydicom
0 stars 0 forks source link

Read a series #71

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A common request is to read an entire DICOM images series (list of files, one 
per slice), and preferably return a 3d (numpy) array of all pixels.

The function should verify that all files are from the same series, or return a 
separate series object for each group of related files.

Original issue reported on code.google.com by darcymason@gmail.com on 27 Dec 2009 at 3:12

GoogleCodeExporter commented 9 years ago
I have a module that does this, but it is rather specific for my purpose. I 
shall
look into generalizing my module (as soon as I have some time) so it can be 
used in
pydicom.

Original comment by almar.klein@gmail.com on 26 Feb 2010 at 3:39

GoogleCodeExporter commented 9 years ago
Made the changes and sent Darcy the module.

Original comment by almar.klein@gmail.com on 3 Mar 2010 at 4:43

GoogleCodeExporter commented 9 years ago
Posted Almar's series reading module in the contrib folder, revision b79fef85d1.

Original comment by darcymason@gmail.com on 17 May 2010 at 12:51