suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

Read a series #71

Closed suever closed 9 years ago

suever commented 9 years ago

From darcymason@gmail.com on December 26, 2009 22:12:29

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: http://code.google.com/p/pydicom/issues/detail?id=71

suever commented 9 years ago

From almar.klein@gmail.com on February 26, 2010 07:39:35

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.

suever commented 9 years ago

From almar.klein@gmail.com on March 03, 2010 08:43:34

Made the changes and sent Darcy the module.

suever commented 9 years ago

From darcymason@gmail.com on May 16, 2010 17:51:10

Posted Almar's series reading module in the contrib folder, revision b79fef85d1 .

Status: Fixed