Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaHess12 committed Apr 20, 2021
1 parent e100165 commit 913e6c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ If you are unable to use Docker on your machine, then you can still use hdi-reg:
Options for importing data and processing are listed below. Detailed descriptions of each function can be found within source code.
| hdi-reg Step | Options |
| --- | --- |
| 1.`command_elastix.py` | image registration between fixed image and moving image |
| 1. `command_elastix.py` | image registration between fixed image and moving image |
| `--fixed` | path to fixed image (Ex. `--fixed ./fixedImage.nii`) |
| `--moving` | path to moving image (Ex. `--moving ./movingImage.nii`) |
| `--out_dir` | path to output directory (Ex. `--out_dir ./outdirectory`) |
| `--p` | path(s) to parameter files for elastix registration (see examples [here](http://elastix.bigr.nl/wiki/index.php/Parameter_file_database)) (Ex. `--p ./affineParameters.txt --p ./nonlinearParameters.txt`) |
| `--mp` | path to manual landmark points (Ex. `--mp ./movingPoints.txt`) |
| `--fp` | path to manual landmark points (Ex. `--fp ./fixedPoints.txt`) |
| `--fMask` | fixed image mask to draw samples from during optimization (Ex. `--fMask ./fixedMask.nii`) |
| 1.`command_transformix.py` | transform images using saved transformation from elastix |
| 2. `command_transformix.py` | transform images using saved transformation from elastix |
| `--in_im` |path to image to transform (can be multichannel) (Ex. `--in_im ./movingMultichannel.nii`) |
| `--out_dir` | path to output directory (Ex. `--out_dir ./outdirectory`) |
| `--tps` | path(s) to parameter files exported from elastix (Ex. `--tps ./affineTransformParameters.txt --tps ./nonlinearTransformParameters.txt`) |
Expand Down

0 comments on commit 913e6c2

Please sign in to comment.