AlanKuurstra
AlanKuurstra
Are there any plans to support complex / imaginary input and output images?
### Summary Dicom conversion fails if the dicom datetime contains timezone information, eg. "20230905141258.340-0400" >Traceback (most recent call last): File "/usr/local/bin/heudiconv", line 8, in sys.exit(main()) File "/usr/local/lib/python3.9/dist-packages/heudiconv/cli/run.py", line 30, in...
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)...
Does the nibabel.nicom dicom wrapper support multi-frame dicoms with multiple volumes? I have a dicom with frame index ordering: "Temporal Position Index", "Stack ID", "In Stack Position Number". Loading the...