Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jond01 committed May 31, 2020
1 parent e3fb473 commit 4687636
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 @@ -13,7 +13,7 @@ environments):
```
(<env-name>) >pip install --upgrade pip
```
Then, download the [.whl file](/uploads/338e95916f6c22548d998dda4f1bf5bc/medio-0.1.2-py3-none-any.whl)
Then, download the [.whl file](https://drive.google.com/open?id=1douf_wbY5h9eB8UHvWUXLfadrMq7Rc_k)
and install it with:
```
(<env-name>) >pip install medio-0.2.0-py3-none-any.whl
Expand Down Expand Up @@ -104,7 +104,7 @@ mkdir=False, parents=False, **kwargs)`
The corresponding metadata.

Optional parameters:
- `use_original_ornt=True`: *boolean*<br>
- `use_original_ornt`: *boolean*<br>
Whether to save in the original orientation stored in `metadata.orig_ornt` or not.
- `backend`: *{'nib', 'itk', None}*<br>
The backend to use: 'nib' or 'itk'. If None, 'nib' is chosen for nifti files and 'itk' otherwise.
Expand Down

0 comments on commit 4687636

Please sign in to comment.