Skip to content

Commit 0513b8d

Browse files
committed
Add NSD ROI explanation and gaze diagnostics
1 parent bfd6ea5 commit 0513b8d

3 files changed

Lines changed: 18 additions & 0 deletions

File tree

1.35 MB
Loading
1.33 MB
Loading

projects/scientific_programming.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,24 @@ mask.
9191

9292
### ROI codes
9393

94+
These ROI labels are **retinotopic visual cortex regions**: mapped areas near
95+
the back of the brain, mostly in occipital cortex, that respond to visual
96+
information. They are not arbitrary labels. They tell students which voxels
97+
belong to early visual-processing areas.
98+
99+
| ROI label | Brain area | Very short interpretation |
100+
|---|---|---|
101+
| `V1v` / `V1d` | Primary visual cortex, ventral/dorsal parts | First major cortical stage of visual processing; sensitive to edges, orientation, contrast, and spatial layout. |
102+
| `V2v` / `V2d` | Secondary visual cortex, ventral/dorsal parts | Early visual processing beyond V1; involved in contours, texture, and figure-ground organization. |
103+
| `V3v` / `V3d` | Third visual area, ventral/dorsal parts | Intermediate visual features, including aspects of form, motion, and depth. |
104+
| `hV4` | Human V4, ventral occipital visual cortex | Often associated with color, shape, and object-related visual processing. |
105+
106+
Here, `v` means **ventral** and `d` means **dorsal**. For example, `V1v` is the
107+
ventral portion of V1 and `V1d` is the dorsal portion of V1. The class project
108+
does not require students to make strong neuroscience claims from these labels;
109+
the main goal is to learn how a voxel-level ROI mask links brain coordinates to
110+
an analysis table.
111+
94112
For the core question, combine:
95113

96114
- V1 = ROI codes `1` and `2` (`V1v`, `V1d`)

0 commit comments

Comments
 (0)