Loading 3d cine from cardiac MR

I am having trouble loading a 3d cine from cardiac MR, specifically one obtained using a Phillips scanner. Despite choosing “volume sequence” in Edit–>settings–>DICOM, it does not load properly. Instead of each “instance number” representing a phase of the cardiac cycle, each “instance number” represents the position of each slice in the acquisition. (see the two screenshots below).

I have not had this problem when loading in 3D cines from cardiac CT or from cardiac MRs obtained from a Siemens scanner.

Any advice?
Thank you,
Reena


Probably we didn’t have an example datasets from Philips. If you can share something (anoymized or a phantom) it’s probably debuggable here. Maybe you can have a look yourself at the logic for splitting up a series into a volume sequence. Usually it’s just finding the right tag pattern, sometimes a private tag unfortunately.

What do you expect to have in the image?

From the screenshots it looks like this is a 2D+t cine MRI.

If the image plane is static, then you can see the image in the sagittal plane updating when you click play.

If it is a rotational acquisition then when you start playing then the slice may turn into a line in all views and you should see it rotating. You can set up Volume Reslice Driver module in SlicerIGT extension to keep rotating the slice view along with the moving image, or you can reconstruct a 3D volume from it using Reconstruct 4D cine MRI module in SlicerHeart extension.

If you can provide a sample data set as @pieper suggested then we can test if it is interpreted correctly. Unfortunately, the DICOM standard does not specify how to group slices into spatial and temporal groups, so the only way to ensure time sequences are loaded optimally is via some vendor-specific heuristics in the DICOM importer.