-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enh: deep revision of the new QC functions
* Some "preprocessing" functions will be moved to previous steps in the pipeline (as compute nodes in the workflow). Therefore, they are moved into the interfaces module. * Clarified and re-worked docstrings * Added type annotations. * Added to documentation rendering
- Loading branch information
Showing
4 changed files
with
231 additions
and
199 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. _iqms_dwi: | ||
|
||
IQMs for diffusion images | ||
========================= | ||
.. automodule:: mriqc.qc.diffusion | ||
: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 |
---|---|---|
|
@@ -57,6 +57,7 @@ | |
iqms/t1w | ||
iqms/bold | ||
iqms/dwi | ||
|
Oops, something went wrong.