Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update figure-generating notebook #1074

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Binary file modified docs/_static/a01_echo_timeseries.png
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found a voxel that actually has a more interesting signal development across echoes than the old one, which was really just the checkerboard signal across all of the echoes.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a02_echo_value_distributions.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a03_adaptive_mask.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I thought this might be interesting to show the adaptive mask.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a04_echo_log_value_distributions.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a05_loglinear_regression.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a06_monoexponential_decay_model.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a07_monoexponential_decay_model_with_t2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a08_optimal_combination_echo_weights.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a09_optimal_combination_value_distributions.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a10_optimal_combination_timeseries.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a11_pca_component_timeseries.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a12_pca_reduced_data.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a13_ica_component_timeseries.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a14_te_dependence_models_component_0.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a14_te_dependence_models_component_1.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a14_te_dependence_models_component_2.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a15_denoised_data_timeseries.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_static/a16_t1c_denoised_data_timeseries.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
218 changes: 120 additions & 98 deletions docs/approach.rst

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"sphinx.ext.napoleon",
"matplotlib.sphinxext.plot_directive",
"sphinx.ext.autodoc",
"sphinx.ext.autosectionlabel",
"sphinx.ext.autosummary",
"sphinx.ext.doctest",
"sphinx.ext.ifconfig",
Expand Down Expand Up @@ -155,6 +156,9 @@ def setup(app):

html_favicon = "_static/tedana_favicon.png"

# Make sure the target is unique
autosectionlabel_prefix_document = True

# -----------------------------------------------------------------------------
# sphinxcontrib-bibtex
# -----------------------------------------------------------------------------
Expand Down
499 changes: 304 additions & 195 deletions docs/notebooks/plot_approach_figures.ipynb

Large diffs are not rendered by default.

21 changes: 21 additions & 0 deletions tedana/resources/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -333,3 +333,24 @@ @article{tedana_decision_trees
year = {2024},
doi = {10.6084/m9.figshare.25251433.v2}
}

@article{power2018ridding,
title={Ridding fMRI data of motion-related influences: Removal of signals with distinct spatial and physical bases in multiecho data},
author={Power, Jonathan D and Plitt, Mark and Gotts, Stephen J and Kundu, Prantik and Voon, Valerie and Bandettini, Peter A and Martin, Alex},
journal={Proceedings of the National Academy of Sciences},
volume={115},
number={9},
pages={E2105--E2114},
year={2018},
publisher={National Acad Sciences}
}

@article{heunis2021effects,
title={The effects of multi-echo fMRI combination and rapid T2*-mapping on offline and real-time BOLD sensitivity},
author={Heunis, Stephan and Breeuwer, Marcel and Caballero-Gaudes, C{\'e}sar and Hellrung, Lydia and Huijbers, Willem and Jansen, Jacobus FA and Lamerichs, Rolf and Zinger, Svitlana and Aldenkamp, Albert P},
journal={Neuroimage},
volume={238},
pages={118244},
year={2021},
publisher={Elsevier}
}