# Slicer-like dicom import

**URL:** https://discourse.vtk.org/t/slicer-like-dicom-import/10724
**Category:** Support
**Tags:** python
**Created:** [February 17, 2023, 10:17pm UTC](https://discourse.vtk.org/t/slicer-like-dicom-import/10724 "2023-02-17T22:17:13Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wzaylor](https://discourse.vtk.org/letter_avatar_proxy/v4/letter/w/958977/32.png) [@wzaylor](https://discourse.vtk.org/u/wzaylor)
#### Post date: [February 17, 2023, 10:17pm UTC](https://discourse.vtk.org/t/slicer-like-dicom-import/10724/1 "2023-02-17T22:17:13Z")

</div>

Hi,  
I’m looking to load multiple dicom series and view the images using VTK.  
I setup ITK to load the images, then converted to vtkImageData, however, the images are not aligned appropriately. Specifically, the scout views are not aligned with the remaining MR acquisitions.  
I can load the images into Slicer, and the images are aligned appropriately, so the issue isn’t with my dicom files. Is there a way that I can use VTK/ITK to load dicom images in the same way that is done in Slicer?

Please let me know if you need any more information.

Thank you for your time.
