Skip to content

Commit 2cf0086

Browse files
added derivatives note to README
1 parent db9c81d commit 2cf0086

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,10 +488,10 @@ If using this code, please cite:
488488
This directory contains the core, reusable modules that implement the analysis pipeline (see **Core Modules** section below for detailed documentation).
489489

490490
### Figure Generation & Additional Analyses (`notebooks/` and `scripts/`)
491-
- **`notebooks/`**: Jupyter notebooks that generate figure panels from processed derivative data and perform additional analyses discussed in the main text and supplement
491+
- **`notebooks/`**: Jupyter notebooks that generate figure panels from processed derivative data and perform additional analyses discussed in the main text and supplement. Example derivative data for initial analyses of the very first notebook (Figure2) is added in example_derivatives subdirectory. But to preserve the modular code structure (which needs wide variety of data that can't be compressed for the repository), it is recommended to use the source code to generate all the necessary derivatives needed
492492
- **`scripts/`**: Python scripts for running analyses on processed data and generating derivative outputs
493493

494-
**Note**: Not all derivative data for supplementary figures is included in the repository due to file size constraints. However, all code required to generate derivative data from preprocessed fMRI is included.
494+
**Note**: Not all derivative data for supplementary figures is included in the repository due to file size constraints, but can be generated using the source code. However, all code required to generate derivative data from preprocessed fMRI is included.
495495

496496

497497
---

0 commit comments

Comments
 (0)