-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
major update to the docs - still more work to do
- Loading branch information
Pradeep Reddy Raamana
committed
Apr 2, 2018
1 parent
f5d74fb
commit b25524a
Showing
56 changed files
with
301 additions
and
111 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
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,22 @@ | ||
|
||
If you used ``VisualQC`` in your analyses or projects (whether or not it was reported in the main paper), please cite it: | ||
|
||
- Pradeep Reddy Raamana. VisualQC: Assistive tools for easy and rigorous quality control of neuroimaging data. http://doi.org/10.5281/zenodo.1211365 | ||
|
||
Bibtex: | ||
|
||
.. code-block:: tex | ||
|
||
@misc{pradeep_reddy_raamana_2018_1211365, | ||
author = {Pradeep Reddy Raamana}, | ||
title = {{VisualQC: Assistive tools for easy and rigorous | ||
quality control of neuroimaging data}}, | ||
month = apr, | ||
year = 2018, | ||
doi = {10.5281/zenodo.1211365}, | ||
url = {https://doi.org/10.5281/zenodo.1211365} | ||
} | ||
|
||
|
||
.. image:: https://zenodo.org/badge/105958496.svg | ||
:target: https://zenodo.org/badge/latestdoi/105958496 |
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,9 @@ | ||
Command line usage - Alignment | ||
--------------------------------- | ||
|
||
.. argparse:: | ||
:module: visualqc.alignment | ||
:func: get_parser | ||
:prog: visualqc_alignment | ||
:nodefault: | ||
:nodefaultconst: |
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,9 @@ | ||
Command line usage - Freesurfer | ||
--------------------------------- | ||
|
||
.. argparse:: | ||
:module: visualqc.freesurfer | ||
:func: get_parser | ||
:prog: visualqc_freesurfer | ||
:nodefault: | ||
:nodefaultconst: |
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,9 @@ | ||
Command line usage - Functional MRI | ||
----------------------------------- | ||
|
||
.. argparse:: | ||
:module: visualqc.functional_mri | ||
:func: get_parser | ||
:prog: visualqc_func_mri | ||
:nodefault: | ||
:nodefaultconst: |
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,9 @@ | ||
Command line usage - T1w MRI | ||
--------------------------------- | ||
|
||
.. argparse:: | ||
:module: visualqc.t1_mri | ||
:func: get_parser | ||
:prog: visualqc_t1_mri | ||
:nodefault: | ||
:nodefaultconst: |
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 @@ | ||
Example usage - Alignment | ||
---------------------------- |
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,2 @@ | ||
Example usage - Functional MRI | ||
------------------------------ |
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 @@ | ||
Example usage - T1w MRI | ||
---------------------------- |
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,30 @@ | ||
Gallery - Freesurfer (labels filled) | ||
=================================================== | ||
|
||
Freesufer's cortical parcellation against the original MRI (note one axis is zoomed-in): | ||
|
||
.. image:: vis/fs_filled/cortical_zoomed_in.png | ||
|
||
In the second screenshot, we show the use case for a single label (subcortical segmentation, tissue class or cortical ROI) - shown here is hippocampus: | ||
|
||
.. image:: vis/fs_filled/hippocampus_not_zoomed_in.png | ||
|
||
Focusing on multiple subcortical structures: | ||
|
||
.. image:: vis/fs_filled/subcortical_multiple.png | ||
|
||
And you can add as many ROIs as you like: | ||
|
||
.. image:: vis/fs_filled/subcortical_even_more.png | ||
|
||
ROIs could be from anywhere in the MRI (including big cortical labels too!). For example, let's look at posterior cingulate (label 1023 in Freesurfer ColorLUT) in the left hemi-sphere : | ||
|
||
.. image:: vis/fs_filled/lh-posteriorcingulate_1023.png | ||
|
||
And, how about insula? | ||
|
||
.. image:: vis/fs_filled/insula_1035.png | ||
|
||
You can also combine as many cortical ROIs as you wish and zoom in on them to get every detail you need to judge their accuracy: | ||
|
||
.. image:: vis/fs_filled/single_label_cortical_zoomed_in.png |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Functional MRI scan - artefact detection and rating | ||
------------------------------------------------------ | ||
Gallery - Functional MRI scan - artefact detection and rating | ||
-------------------------------------------------------------- | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Registration - comparison of spatial alignment | ||
Gallery - Registration : comparison of spatial alignment | ||
-------------------------------------------------------------------- | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Segmentation/ROI - anatomical accuracy evaluation | ||
Gallery - Segmentation/ROI - anatomical accuracy evaluation | ||
-------------------------------------------------------------------- | ||
|
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Structural T1w MRI - artefact detection and rating | ||
Gallery - Structural T1w MRI - artefact detection and rating | ||
-------------------------------------------------------------------- | ||
|
This file was deleted.
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
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
Oops, something went wrong.