This repository implement the affine and deformation transformation in order to register the CT scan to the MNI152 1mm space
The input CT scan MUST be in .nii.gz file format.
-
For data format converting tool, you are able to use c3d from ITK
-
For converting DICOM to NIFTI, you are able to use dcm2nii
-
You can also use ITK-SNAP to covert a series of DICOM scans to a single .nii.gz scan
-
Please cite the following reference paper and this repository if it helps your research.
Python 2.7
1. You have to install FSL in your local machine.
$ sudo apt-get install fsl
2. You have to install elastix in your local machine as well.
$ sudo apt-get install elastix
$ pip install SimpleITK
$ python CT2MNI152Affine.py <location_of_ct_scan>
Kuijf, Hugo J., et al. "Registration of brain CT images to an MRI template for the purpose of lesion-symptom mapping." International Workshop on Multimodal Brain Image Analysis. Springer, Cham, 2013.
@misc{kao2019ct,
author = {Po-Yu Kao},
title = {{CT2MNI152: First release of the CT to MNI 152 space registration tool}},
month = December,
year = 2019,
doi = {10.5281/zenodo.3572912},
version = {1.0.0},
publisher = {Zenodo},
url = {https://doi.org/10.5281/zenodo.3572912}
}
MIT LICENSE
pykao, December 2017.