Open AlanKuurstra opened 4 days ago
The code currently assumes we don't need to reorder the DimensionIndexValues, mostly out of expediency and lack of a clear need. Your dataset appears to show that we do need to check for and allow this. Can you share the dataset?
Here is a link to one of bruker's enhanced dicoms:
@isolovey, do you have a dataset to add from your converter?
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 dicom and attempting to access the image_shape attribute
fails with error:
It seems MultiframeWrapper wants the stack position number to be the slowest changing index.