-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
27 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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 @@ | ||
# scripts-04-eyetracker | ||
Scripts to analyze the eye-tracking data. |
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 @@ | ||
# scripts-05-pipelineA-analysis | ||
Scripts to estimate and display event-related responses (ERAs) from the fMRI data using SPM12. | ||
|
||
## Files: | ||
- `TC_Extraction.m`: extract the time courses from the ROIs based on subject-specific coordinates. | ||
- `ExpC_ERA_SPM.m`: subject-level script to estimate the ERAs from the extracted time courses. | ||
- `ExpC_ERA_SPM_Group.m`: group-level script. | ||
- `FiguresPaper.m`: script to generate the figures for the paper. |
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,3 @@ | ||
# scripts-05-pipelineA-spm | ||
|
||
- fsleyes_visualization.md: contains the script to visualize results using FSLeyes. |
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,7 @@ | ||
# scripts-08-pipelineB-spm | ||
|
||
## Files: | ||
- `Step01_MainSPM.m`: script to run the SPM pipeline (1st level analysis, single and multi run) | ||
- `Step02_ExtractTCfromROI.m`: script to extract the time course from a ROI based on spherical subject-specific coordinates and the activation map of each functional run. | ||
- `Step03_CalculateERAs.m`: script to calculate the event-related averages (ERAs) from the time course of each ROI. Generates the figures. | ||
- `Step04_ExtractTvalues.m`: script to extract the t-values from the activation map of each functional run based on spherical subject-specific coordinates. |
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,7 @@ | ||
# tools | ||
Necessary tools for the project. | ||
|
||
- edf-converter: Eyelink format reader | ||
- jsonlab: JSON reader | ||
- shadedErrorBar: Shaded error bar plots | ||
- suptitle: Super title for subplots |