This repository has been archived by the owner on Apr 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* implemented quantitative imaging * added qRIM, qCIRIM & qE2EVN models and ahead dataset preprocessing scripts
- Loading branch information
Showing
60 changed files
with
8,411 additions
and
144 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
mridc.collections.quantitative.data package | ||
=========================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
mridc.collections.quantitative.data.qmri\_data module | ||
----------------------------------------------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.data.qmri_data | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.data | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
29 changes: 29 additions & 0 deletions
29
docs/source/mridc.collections.quantitative.models.qrim.rst
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
mridc.collections.quantitative.models.qrim package | ||
================================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
mridc.collections.quantitative.models.qrim.qrim\_block module | ||
------------------------------------------------------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models.qrim.qrim_block | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
mridc.collections.quantitative.models.qrim.utils module | ||
------------------------------------------------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models.qrim.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models.qrim | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
21 changes: 21 additions & 0 deletions
21
docs/source/mridc.collections.quantitative.models.qvarnet.rst
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
mridc.collections.quantitative.models.qvarnet package | ||
===================================================== | ||
|
||
Submodules | ||
---------- | ||
|
||
mridc.collections.quantitative.models.qvarnet.qvn\_block module | ||
--------------------------------------------------------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models.qvarnet.qvn_block | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models.qvarnet | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,46 @@ | ||
mridc.collections.quantitative.models package | ||
============================================= | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
mridc.collections.quantitative.models.qrim | ||
mridc.collections.quantitative.models.qvarnet | ||
|
||
Submodules | ||
---------- | ||
|
||
mridc.collections.quantitative.models.base module | ||
------------------------------------------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
mridc.collections.quantitative.models.qcirim module | ||
--------------------------------------------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models.qcirim | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
mridc.collections.quantitative.models.qvn module | ||
------------------------------------------------ | ||
|
||
.. automodule:: mridc.collections.quantitative.models.qvn | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.models | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
mridc.collections.quantitative.parts package | ||
============================================ | ||
|
||
Submodules | ||
---------- | ||
|
||
mridc.collections.quantitative.parts.transforms module | ||
------------------------------------------------------ | ||
|
||
.. automodule:: mridc.collections.quantitative.parts.transforms | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: mridc.collections.quantitative.parts | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
mridc.collections.quantitative package | ||
====================================== | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
mridc.collections.quantitative.data | ||
mridc.collections.quantitative.models | ||
mridc.collections.quantitative.parts | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: mridc.collections.quantitative | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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
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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# encoding: utf-8 | ||
|
||
from mridc.package_info import __version__ | ||
|
||
# Set collection version equal to MRIDC version. | ||
__version = __version__ | ||
|
||
# Authorship. | ||
__author__ = "Dimitrios Karkalousos, Chaoping Zhang" | ||
|
||
# Set collection name. | ||
__description__ = "Quantitative models collection" |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# encoding: utf-8 | ||
__author__ = "Dimitrios Karkalousos, Chaoping Zhang" |
Oops, something went wrong.