You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main file ``pre_process_tools.py`` is meant to:
107
107
* Convert Dicom to nifti (MRI+CT);
108
-
* Resample CT to 1x1x1 (for brain);
109
-
* Register MR to CT (as a result MRI will also have 1x1x1 spacing) using Elastix;
108
+
* Resample CT to 1x1x1 for brain ad to 1x1x2.5 for pelvis;
109
+
* Register MR to CT (as a result MRI will also have 1x1x1 or 1x1x2.5 spacing) using Elastix;
110
110
* Segment patient outline on MRI an dilate mask;
111
111
* Crop MRI, CT and the mask with a small extra margin to the dilated mask;
112
112
@@ -132,6 +132,7 @@ An example of a tag extraction is provided in the directory examples:
132
132
*``extract_tags_UMCG.py`` shows an example of how to use the above functions for a dataset containing multiple patients and images directly in python;
133
133
*``pre_process_batch_MR.sh`` contains instructions on how to call the above functions from the terminal.
134
134
135
+
Futher example of the code from two insititutions has been provided. N.B. this is intended as example of script, it should be adapted for your own use.
0 commit comments