-
#### Description
I am trying to extract individual frames from a multiple frame dicom file using Python 2.7 and pydicom 1.0.2 on Mac OS 10.13.1.
#### Steps/Code to Reproduce
I am able t…
-
-
I have original CTA dcm data and labeled centerline of the artery, and I would like to obtain 3D CPR volume and the transformation between original data and CPR data.
-
Turning on VTK in the ants build enables more tools.
-
client.clean() threw exception: "No available image handler could decode this transfer syntax JPEG Lossless, Non-Hierarchical, First-Order Prediction"
-
#### Description
The tests fail, error appears to be `GDCM is not available in this test environment`.
#### Steps/Code to Reproduce
```
py.test --cov=pydicom -r sx --pyargs pydicom --verbose
…
-
Hi, I am trying to load dicom image in kaggle kernel for "RSNA Pneumonia Detection Challenge"(https://www.kaggle.com/c/rsna-pneumonia-detection-challenge) . However I am not able to load dicom image u…
-
System: Ubuntu LTS 16.04
InVesalius 3.1.1
Steps to reproduce:
- Open InVesalius
- Select 'Import medical images...' from left-side panel
- Select a folder with .nii file that was used in NexSti…
-
Hi,
I did follow the steps in the README.
After launching the .bat, i have an error with a unrecognized module
Here are the logs:
```
Traceback (most recent call last):
File "C:\Users\***\…
dijbi updated
5 years ago
-
#### Description
Pixel Data is compressed in a format pydicom does not yet handle. Cannot return array
#### Steps/Code to Reproduce
```python
from pydicom import dcmread
slices = [] …