# Increase slice thickness in only one plane (anisotropically)

**URL:** https://discourse.slicer.org/t/increase-slice-thickness-in-only-one-plane-anisotropically/22201
**Category:** Support
**Created:** [February 28, 2022, 12:31am UTC](https://discourse.slicer.org/t/increase-slice-thickness-in-only-one-plane-anisotropically/22201 "2022-02-28T00:31:29Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Fluvio\_Lobo](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/fluvio_lobo/32/81262_2.png) [@Fluvio\_Lobo](https://discourse.slicer.org/u/Fluvio_Lobo)
#### Post date: [February 28, 2022, 12:31am UTC](https://discourse.slicer.org/t/increase-slice-thickness-in-only-one-plane-anisotropically/22201/1 "2022-02-28T00:31:29Z")

</div>

Hello,

I am trying to increase the slice thickness of a volume in one view/plane. The current volume features 0.3 mm slices in all three views/planes. I was hoping there was a way of creating a volume with 1 mm slices in the axial and 0.3-0.6 mm slices in coronal and sagittal.

I would normally use **crop volume** to achieve the opposite result, so I was wondering if there was a similar approach.

The motivation here is to test some datasets using MONAI Label. I just don’t have enough GPU to use the original volume 😅

---

<div class="post-metadata">

### Author: ![muratmaga](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/muratmaga/32/3622_2.png) [@muratmaga](https://discourse.slicer.org/u/muratmaga)
#### Post date: [February 28, 2022, 3:06am UTC](https://discourse.slicer.org/t/increase-slice-thickness-in-only-one-plane-anisotropically/22201/2 "2022-02-28T03:06:44Z")

</div>

ResampleScalarVolume will allow you to enter requested image spacing of output image and will resample based on that.  
Try that first.

---

<div class="post-metadata">

### Author: ![Fluvio\_Lobo](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/fluvio_lobo/32/81262_2.png) [@Fluvio\_Lobo](https://discourse.slicer.org/u/Fluvio_Lobo)
#### Post date: [February 28, 2022, 3:51am UTC](https://discourse.slicer.org/t/increase-slice-thickness-in-only-one-plane-anisotropically/22201/3 "2022-02-28T03:51:37Z")

</div>

Thank you @muratmaga! I did not know this module existed.
