suever / pydicom-experimental

pydicom test
0 stars 1 forks source link

NumPy support enhancement/bugfixes #79

Closed suever closed 9 years ago

suever commented 9 years ago

From pierre.raybaut on March 01, 2010 08:20:13

I suggest the following improvements in dataset.py: (related bugfix: with the current implementation, a DICOM file based on a 16-bit unsigned data array will be converted into a 16-bits signed array)

That's more generic and it works for most of the available data types (at least a lot more than the current implementation).

Thanks!

Original issue: http://code.google.com/p/pydicom/issues/detail?id=79

suever commented 9 years ago

From darcymason@gmail.com on March 05, 2010 18:29:22

This issue was closed by revision 5f0c9d743b .

Status: Fixed