MRI abdominal fat slice quantification

Hi All,

Operating system: macOS Catalina Version 10.15.4
Slicer version: Slicer.4.10.2
Expected behavior: I would like quantify fat volume on single slice abdominal MRI image. For some patients the dicom file properly loads, and I can quantify.
Actual behavior: However, for some, the dicom file does not load completely, but i can scroll through the full image (example attached) The same image fully appears in Osirix, therefore i suspect the dicom file itself is not corrupted. The main difference than can occur between the properly loaded and not loaded images is that in some cases, the plane is rotated (see attached image), therefore the axial slice is not a true axial one.
Moreover, if I open the Error log, this is what i can find: “Irregular volume geometry detected, but maximum error non-zero but is within tolerance (maximum error of 7.62242e-06 mm, tolerance threshold is 0.001 mm).”

Could you please help me out?
Really appreciate it,
Zsofi
Screen Shot 2020-04-06 at 10.14.14 PM

This is an oblique acquisition, so you need to align the view to the data.

image

https://www.slicer.org/wiki/Coordinate_systems

Thank you Steve for your quick reply!!!

Steve, another question. I only have one slice, but i get volume results in the Segment Statistics. How can I get only area data? I tried the Segement Statistics - Advanced - Closed Surface Statistics - Surface mm2 this option on, but still i dont get it in the table.

Thank you

We always work in 3D, so one slice is really like a slab. So you would need to divide the volume by the slice spacing to get the area.

Best,
Steve

I’ve added a new module yesterday that computes cross-section areas for each slice of a segmentation - see here. It is a bit of an overkill for a single slice, but it should work well .

To get it, you need to download Slicer Preview Release revision 28984 (or later) and download Sandbox extension from Examples category.

Thank you so much again!