# Mismatch of image view and its actual dimensions

**URL:** https://discourse.itk.org/t/mismatch-of-image-view-and-its-actual-dimensions/3433
**Category:** Beginner Questions
**Tags:** image, simpleitk
**Created:** [September 4, 2020, 10:34am UTC](https://discourse.itk.org/t/mismatch-of-image-view-and-its-actual-dimensions/3433 "2020-09-04T10:34:50Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![zivy](https://discourse.itk.org/user_avatar/discourse.itk.org/zivy/32/1726_2.png) [@zivy](https://discourse.itk.org/u/zivy)
#### Post date: [September 4, 2020, 12:54pm UTC](https://discourse.itk.org/t/mismatch-of-image-view-and-its-actual-dimensions/3433/2 "2020-09-04T12:54:26Z")

</div>

Hello @a10227,

This has to do with the non-isotropic pixel spacing in your data. This is very common in medical imaging and microscopy. ITK-SNAP accounts for this during display. In your display you just retrieved the pixels without taking spacing into account. This is discussed in the [Fundamental Concepts page](https://simpleitk.readthedocs.io/en/master/fundamentalConcepts.html) and in [this Jupyter notebook](https://github.com/InsightSoftwareConsortium/SimpleITK-Notebooks/blob/master/Python/05_Results_Visualization.ipynb). The latter includes a function `make_isotropic` which you can use to enable correct display of your images in a notebook.

---

_[View the full topic](https://discourse.itk.org/t/mismatch-of-image-view-and-its-actual-dimensions/3433)._
