-
Currently, the ruby-dicom library is only able to handle a small subset of the compressed transfer syntaxes allowed in the DICOM standard. For Run Length Encoding, we have a straight ruby implementati…
dicom updated
3 years ago
-
Hello,
I am receiving the follow error when loading images. This is one particular set of dicom images work in RadiAnt and with the online demo.(https://rawgit.com/cornerstonejs/cornerstoneWADOImag…
-
The file `dicom_file_2.dcm` does not work. I am pretty sure that code has worked on some multi-frame data, but this one obviously does not, while it does work in PyDicom.
-
## Description of the issue
I am using PyInstaller to convert my main.py script into an executable. The script runs perfectly when executed as a Python file. However, when running the compiled .exe, …
-
The entire container libraries / base needs to be debugged, unfortunately.
```
>>> maybe_text = dicom.select_text_among_candidates(saved_model)
Traceback (most recent call last):
File "", line…
vsoch updated
5 years ago
-
-
Since yesterday I get the following error when running nnU-net v2.4.2 on windows. On ubuntu and mac this error does not happen. On windows this error also did not happen 3 days ago. Probably there was…
-
As discussed in https://github.com/QIICR/dcmqi/issues/348#issuecomment-411106796, the output produced does not pass the validation by [dciodvfy](http://www.dclunie.com/dicom3tools/dciodvfy.html). See …
-
"Cannot read property 'decompositionLevelsCount" error is thrown when trying to parse DICOM JPEG2000 images with COC information. On some type of exams (e.g., US) we reproduce this error when loading …
-
```
pydicom can read JPEG files, but the pixel data remains compressed. Should
investigate incorporating JPEG code to allow at least decompression of read
images.
```
Original issue reported on code.…