Skip to content

Commit bb3bb4f

Browse files
Update Readme.md
revise readme
1 parent 86c9722 commit bb3bb4f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Readme.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ git clone git@github.com:SynthRAD2023/preprocessing.git
105105

106106
The main file ``pre_process_tools.py`` is meant to:
107107
* 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;
110110
* Segment patient outline on MRI an dilate mask;
111111
* Crop MRI, CT and the mask with a small extra margin to the dilated mask;
112112

@@ -132,6 +132,7 @@ An example of a tag extraction is provided in the directory examples:
132132
* ``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;
133133
* ``pre_process_batch_MR.sh`` contains instructions on how to call the above functions from the terminal.
134134

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.
135136

136137
## Functions Descriptions
137138
### Pre-processing:

0 commit comments

Comments
 (0)