# How to make the image load with the new default axis position

**URL:** https://discourse.slicer.org/t/how-to-make-the-image-load-with-the-new-default-axis-position/20818
**Category:** Support
**Tags:** dicom
**Created:** [November 28, 2021, 2:51pm UTC](https://discourse.slicer.org/t/how-to-make-the-image-load-with-the-new-default-axis-position/20818 "2021-11-28T14:51:03Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![slicer365](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/slicer365/32/67549_2.png) [@slicer365](https://discourse.slicer.org/u/slicer365)
#### Post date: [November 28, 2021, 2:51pm UTC](https://discourse.slicer.org/t/how-to-make-the-image-load-with-the-new-default-axis-position/20818/1 "2021-11-28T14:51:03Z")

</div>

About craniocerebral images,

the patient’s head is tilted.

I use Slicer to adjust it. For example, after adjusting with ACPC, I export the data to nrrd format. When I re-import, the default formatted orientation is loaded. It’s not the axis, it is reformt.

---

<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: [November 28, 2021, 3:00pm UTC](https://discourse.slicer.org/t/how-to-make-the-image-load-with-the-new-default-axis-position/20818/2 "2021-11-28T15:00:11Z")

</div>

Be sure to [harden the transform](https://slicer.readthedocs.io/en/latest/user_guide/modules/transforms.html#harden-transform-on-a-node) before saving if you want it included in the nrrd file.

---

<div class="post-metadata">

### Author: ![slicer365](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/slicer365/32/67549_2.png) [@slicer365](https://discourse.slicer.org/u/slicer365)
#### Post date: [November 28, 2021, 11:41pm UTC](https://discourse.slicer.org/t/how-to-make-the-image-load-with-the-new-default-axis-position/20818/3 "2021-11-28T23:41:40Z")

</div>

Thank you for your answer!

Yes,I harden it .

However ,when I re-import the nrrd file ,the Red view is Reformat，as is shown in this picture.

I need to manually adjust it back to the axis position

![捕获](https://us1.discourse-cdn.com/flex002/uploads/slicer/original/3X/1/0/100a10586b7f57a92fccb0e0563aab2ecff0f89f.png)

---

<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: [November 29, 2021, 3:12pm UTC](https://discourse.slicer.org/t/how-to-make-the-image-load-with-the-new-default-axis-position/20818/4 "2021-11-29T15:12:59Z")

</div>

Perhaps this change from late January 2021 is at the root of the issue you are reporting:

> <https://github.com/Slicer/Slicer/commit/9c7cf1c219b2ee8987897ee1498b0ab9dff3f2f5>
>
> Users were confused by showing reformatted images by default, therefore image di…splay actions are changed to facilitate axis-aligned display.
> Slice views are rotated to be aligned with closest image axes if:
> \- Volume selection is propagated - for example when a volume is loaded or a CLI completes execution. Unless if a view is excluded by setting vtkMRMLSliceCompositeNode::DoPropagateVolumeSelection to false or "show" option is disable in Add data dialog.
> \- In Data module / Subject hierarchy tree -\> eye icon is clicked. Unless "Reset view orientation on show" checkbox (checked by default) is unchecked in context menu of the eye icon.
> \- Dragging a volume from Data module / Subject hierarchy tree to a view. Unless "Reset view orientation on show" checkbox (checked by default) is unchecked in context menu of the eye icon.
> 
> fixes #5379

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [November 29, 2021, 3:21pm UTC](https://discourse.slicer.org/t/how-to-make-the-image-load-with-the-new-default-axis-position/20818/5 "2021-11-29T15:21:02Z")

</div>

The feature of allowing automatic alignment of slice views to image axes was added because most people came to Slicer from using 2D image viewers and they did not understand what was happening to their images. For users who understand the concept of reformatted views and prefer to work in anatomical orientations, the automatic alignment feature [can be disabled by right-clicking in the subject hierarchy tree](https://discourse.slicer.org/t/slice-view-orientation-of-oblique-rotated-volumes-aligned-to-volume-or-anatomical-axes/20092/2).
