Save DICOM as a coronal

Hi,

I am trying to save a DICOM dataset (MRI) in slicer however it is changing the orientation from coronal to axial in the DICOM header. I need to import these scans into software to register to another MRI and its causing a lot of issues.

Does anyone know how to fix the DICOM header??

DICOM exporter organizes volumes into slices so that the slices are split along the third volume axis. Since all processing and visualization should happen in physical space, it should not matter which axis is chosen.

However, if you work with software that can only work with specific axis directions then you can specify the desired volume geometry and resample the image before exporting. For example, you can use “Resample scalar/vector/DWI volume” module and specify axis directions in Manual output parameters / Direction matrix.