Skip to content

Commit

Permalink
fix: the fc distribution plot was not displaying one distribution per…
Browse files Browse the repository at this point in the history
… session but one distribution per FC matrix row. This has been corrected.

enh: add a mention in the README pointing to the tutorial
  • Loading branch information
celprov committed May 17, 2024
1 parent c739017 commit 9bf54fb
Show file tree
Hide file tree
Showing 3 changed files with 97 additions and 56 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,5 @@
* **Assembler**: end-user *NiPreps* write out reportlets to a predetermined folder, which is then queried by the assembler using *PyBIDS*.
The assembler follows a *report specification* in YAML format, which states the query to find specific reportlets and their corresponding metadata and text annotations.
As a result, one HTML file with a concatenation of reportlets is produced.

A tutorial is available under the `docs/notebooks` directory of the repository to help you build your own visual report using *NiReports*.
149 changes: 94 additions & 55 deletions docs/notebooks/Tutorial.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/notebooks/data/reports-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ sections:
caption: Density distributions of within-session FC strengths. The FC distribution from each session are overlaid.
subtitle: Functional connectivity density distributions.
style:
max-width: 600px
max-width: 1200px

- bids: {desc: qcfc, suffix: bold}
caption: |
Expand Down

0 comments on commit 9bf54fb

Please sign in to comment.