We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When embedding metadata, DicomStack does not account for 5D or 4D data stored in a single dicom.
dcmstack/src/dcmstack/dcmstack.py
Lines 961 to 975 in 27856f1
The if statements on len(data.shape) should also include a condition on len(vol_meta) > 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When embedding metadata, DicomStack does not account for 5D or 4D data stored in a single dicom.
dcmstack/src/dcmstack/dcmstack.py
Lines 961 to 975 in 27856f1
The if statements on len(data.shape) should also include a condition on len(vol_meta) > 1
The text was updated successfully, but these errors were encountered: