Browse Source

add decoding readme.

Konstantin Willeke 1 year ago
parent
commit
85ccf6e7e5
1 changed files with 18 additions and 0 deletions
  1. 18 0
      decoding scans/README.md

+ 18 - 0
decoding scans/README.md

@@ -0,0 +1,18 @@
+# Dataset Structure
+
+The decoding scans are provided as .h5 files. There are two types of decoding scans:
+- *Objects*: For the object discrimation task. 
+- *Ellipse*: For the detection task
+
+The following attributes are present in each individual dataset:
+- **pupil_trials:** mean pupil size for each trial
+  - shape:`n_trials,`
+- **class_trials:** image class for each trial
+  - shape:`n_trials,`
+  - for **Object Discrimination (i.e. Objects scans)**: The class reflects the object identity as well as the color of the object:
+    - object identity:
+    - object color:
+  - for **Detection (i.e. Ellipse scans)**:
+    - image can either contain a dark ellipse in the `uv` or `green` channel, or no ellipse (`noise` trials)
+- **activity_trials:** mean activity per neuron for each trial 
+  - shape:`n_neurons x n_trials`