I’m having trouble importing and handling DICOM MRI files. When uploading certain files (especially MobiView images, which are a stack of two single files), I am unable to scroll through them as I normally would with other files. Instead, I can only see 12 out of 100 images, and there’s an additional slider in the viewer to scroll through these images. It seems like the images are being displayed in an extra dimension, but I can’t find an option to change this. According to the preview screen on the import page, all 100 images are there, and I can scroll through all 100 of them in the preview without any issue.
this issue usually appears when a scan is either missing slices (e.g. not all files were copied) or the scan intentionally skipped some slices. Labels currently only supports evenly spaced volumes. If the slices are not evenly spaced, Labels will group evenly spaced slices and will show multiple volumes with a slider. We are currently working on a UI for converting those dataset to a single volume, but the current version unfortunately doesn’t offer such an option. If using Python is an option for you, I can check whether I can create a script that converts the dataset.