Is it possible, that if I load a Series of Slice in Coronal view, that 3D Slicer automatically creates the axial and saggital view ? I am asking, because when loading the date with python, I don’t find any MRI Images in the other view. I already have looked at the shape of the array (see example image, Dimension of Array: (704, 700))
I see more than two lines, so I am confused, because I don’t find any other views in the dicom.files
And also loaded every DICOM file with some Metadata in a pandas Dataframe to check if Image Orientation has multiple value. But it has only one unique value, see second image