Skip to content

Commit

Permalink
add readme's, tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsayal committed Jul 15, 2023
1 parent b18c402 commit ff9577e
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 0 deletions.
Binary file removed legacy/FiguresPaper_1_psc.png
Binary file not shown.
Binary file removed legacy/FiguresPaper_1_psc2static.png
Binary file not shown.
Binary file removed legacy/FiguresPaper_2_psc.png
Binary file not shown.
Binary file removed legacy/FiguresPaper_2_psc2static.png
Binary file not shown.
Binary file removed legacy/GroupERA_N20_BilateralMT_D0_2MotionBlock.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions scripts-04-eyetracker/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# scripts-04-eyetracker
Scripts to analyze the eye-tracking data.
8 changes: 8 additions & 0 deletions scripts-05-pipelineA-analysis/README.md
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.
3 changes: 3 additions & 0 deletions scripts-05-pipelineA-spm/README.md
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.
7 changes: 7 additions & 0 deletions scripts-08-pipelineB-spm/README.md
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.
7 changes: 7 additions & 0 deletions tools/README.md
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

0 comments on commit ff9577e

Please sign in to comment.