dcmstack icon indicating copy to clipboard operation
dcmstack copied to clipboard

DICOM to Nifti conversion with meta data preservation

Results 26 dcmstack issues
Sort by recently updated
recently updated
newest added

This class should also work with dcmstack objects. It would be easier to use this way. I don't understanding the idea behind creating a dcmstack type but expecting users to...

Hi, I'm not sure how much this is of interest, but on the last dcmstack upload to Debian, our integration test kicked in and identified test failures on s390x architecture,...

Might occur on anonymized dicom tags. see https://github.com/nipy/heudiconv/issues/539

When embedding metadata, DicomStack does not account for 5D or 4D data stored in a single dicom. https://github.com/moloney/dcmstack/blob/27856f1b964b7ec9cf6cb5bb8e4b6f25596df4b4/src/dcmstack/dcmstack.py#L961-L975 The if statements on len(data.shape) should also include a condition on len(vol_meta)...

read_file is removed in pydicom 3.0.0 Ideally release should follow asap. CI might not run since was disabled by github due to inactivity awhile back