-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from mjt320/develop
modify AIF interpolation method
- Loading branch information
Showing
6 changed files
with
253 additions
and
7 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ Created 28 September 2020 | |
@authors: Michael Thrippleton | ||
@email: [email protected] | ||
@institution: University of Edinburgh, UK | ||
--- | ||
|
||
### Installation: | ||
pip install sepal | ||
|
@@ -38,3 +39,7 @@ Most functionality is demonstrated in Jupyter notebook format in ./demo | |
- R2/R2* effects not included in fitting of enhancement curves (but is included for enhancement-to-concentration conversion) | ||
- Compartment-specific relaxivity parameters/models | ||
- Fitting water exchange parameters | ||
--- | ||
|
||
### Updates | ||
Release 1.0.1 - Changed AIF interpolation method to avoid oscillations. Added demo notebook on interpolation. |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "sepal" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
description = "Quantitative MRI processing" | ||
readme = "README.md" | ||
authors = [{ name = "Michael Thrippleton", email = "[email protected]" }] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters