Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
revise readme
  • Loading branch information
matteomaspero authored Mar 24, 2023
1 parent 86c9722 commit bb3bb4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ git clone [email protected]:SynthRAD2023/preprocessing.git

The main file ``pre_process_tools.py`` is meant to:
* Convert Dicom to nifti (MRI+CT);
* Resample CT to 1x1x1 (for brain);
* Register MR to CT (as a result MRI will also have 1x1x1 spacing) using Elastix;
* Resample CT to 1x1x1 for brain ad to 1x1x2.5 for pelvis;
* Register MR to CT (as a result MRI will also have 1x1x1 or 1x1x2.5 spacing) using Elastix;
* Segment patient outline on MRI an dilate mask;
* Crop MRI, CT and the mask with a small extra margin to the dilated mask;

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

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.

## Functions Descriptions
### Pre-processing:
Expand Down

0 comments on commit bb3bb4f

Please sign in to comment.