# Orientation coronal and sagittal slices

**URL:** https://discourse.slicer.org/t/orientation-coronal-and-sagittal-slices/23506
**Category:** Support
**Tags:** dicom
**Created:** [May 20, 2022, 11:34am UTC](https://discourse.slicer.org/t/orientation-coronal-and-sagittal-slices/23506 "2022-05-20T11:34:51Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![anon29823344](https://avatars.discourse-cdn.com/v4/letter/a/7bcc69/32.png) [@anon29823344](https://discourse.slicer.org/u/anon29823344)
#### Post date: [May 20, 2022, 11:34am UTC](https://discourse.slicer.org/t/orientation-coronal-and-sagittal-slices/23506/1 "2022-05-20T11:34:51Z")

</div>

Hello everybody.

I have a question about how Slicer displays data from a DICOM. Below I show you two screenshots of the segmentation of two different samples. If you look closely, the orientation of the coronal and sagittal slices is oriented differently. Can anyone tell me the reason for this situation? Why is Slicer not always able to display data in the same orientation? Is there a field in the DICOM standard that indicates information about this (I couldn’t find the correct label, if exists)? 3D reconstructions also come out flipped, something that also happens in output STLs.

 ![33](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/7/b/7b794eccd60004025200545e35760995cc1d98d4.jpeg)  
 ![51](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/b/4/b4608d14c39a89acc9f44743b3d499ef82529bbb.jpeg)

Thanks in advance.

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [May 20, 2022, 2:45pm UTC](https://discourse.slicer.org/t/orientation-coronal-and-sagittal-slices/23506/2 "2022-05-20T14:45:54Z")

</div>

This is due to the orientation of the patient with respect to the scanner. If you want to normalize it you can either adjust the view using the [Reformat](https://github.com/SlicerDMRI/SlicerDMRI/commit/717e4e7158d8cea3657c6fe74597dbcfaeaca047) option or apply a [Transform](https://slicer.readthedocs.io/en/latest/user_guide/modules/transforms.html) to the data to put it in a desired orientation.

Regarding the flipping of the STL output, probably you need to pay attention to the Coordinate system option when using the Export to files option of the Segmentations module.
