-
I would like to utilise some features of pydicom 3 in a new project that primarily relies on pynetdicom. I can see that @medihack has implemented pydicom 3 support in https://github.com/pydicom/pynet…
-
Not sure if this was mentioned before, but the github action for `types-pydicom` update has been failing for a while:
https://github.com/pydicom/pydicom/actions/workflows/types-pydicom-update.yml
…
-
dicomparser.py line 15 needs updating to `from pydicom.dicomio import dcmread as read_file`
As pydicom has deprecated the method read_file in favour of the new dcmread.
-
Hi kkalutkiewicz,
Thanks for you sharing, it helps a lot.
There's a bug of the code, ROI file is bytes array and can not read by pydicom, the source code and trace is as below:
roi_stac…
-
### Checks
- [x] I have checked that this issue has not already been reported.
- [x] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, us…
-
**Is your feature request related to a problem? Please describe.**
```shell
❯ pydicom show ~/proj/heudiconv/dicoms/dcm_qa_xa30/In/7_func-bold_task-fa_run-1/0001_1.3.12.2.1107.5.2.43.67093.20220711…
-
recent pydicom release includes breaking change
https://github.com/pydicom/pydicom/releases/tag/v3.0.0
the install requires needs an upper bound or the code updated, a particular breaking change…
-
**Describe the bug**
Since #2093 (related to #1739), some files that `pydicom` previously read now cause `BytesLengthException` during `Dataset.walk()` (and probably any other attempt to get the va…
alund updated
2 weeks ago
-
Hi! I'm new to image processing 😄
I have this issue while trying to run `dicomsorter --help`:
```
Traceback (most recent call last):
File "/Users/my_user/dev/my_folder/bids_export/.venv/bin/d…
-
**Is your feature request related to a problem? Please describe.**
The current code uses `pydicom==2.3.0` and the most recent pydicom available is `pydicom==2.4.3`
**Describe the solution you'd li…