Browse Source

Update 'decoding scans/README.md'

Konstantin Willeke 1 năm trước cách đây
mục cha
commit
969e2637ae
1 tập tin đã thay đổi với 33 bổ sung7 xóa
  1. 33 7
      decoding scans/README.md

+ 33 - 7
decoding scans/README.md

@@ -7,12 +7,38 @@ The decoding scans are provided as .h5 files. There are two types of decoding sc
 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
+- **class_trials:** image class for each trial. See below for details.
   - 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`
+  - shape:`n_neurons x n_trials`
+
+
+
+## `class_trials` description
+#### Object discrimination
+
+- `o1BLfgv2`: object 1, green channel, foreground (Fig. 5)
+- `o2BLfgv2`: object 2, green channel, foreground (Fig. 5)
+- `o1UVfgv2`: object 1, UV channel, foreground (Fig. 5)
+- `o2UVfgv2`: object 2, UV channel, foreground (Fig. 5)
+
+- `o1BLfbv2`: object 1, green channel, foreground & background & positive contrast (Extended Data Fig. 10)
+- `o2BLfbv2`: object 2, green channel, foreground & background & positive contrast (Extended Data Fig. 10)
+- `o1UVfbv2`: object 1, UV channel, foreground & background & positive contrast (Extended Data Fig. 10)
+- `o2UVfbv2`: object 2, UV channel, foreground & background & positive contrast (Extended Data Fig. 10)
+
+- `o1BLfdv2`: object 1, green channel, foreground & background & negative contrast (Extended Data Fig. 10)
+- `o2BLfdv2`: object 2, green channel, foreground & background & negative contrast (Extended Data Fig. 10)
+- `o1UVfdv2`: object 1, UV channel, foreground & background & negative contrast (Extended Data Fig. 10)
+- `o2UVfdv2`: object 2, UV channel, foreground & background & negative contrast (Extended Data Fig. 10)
+
+- `o1BLnbv2`: object 1, green channel, no background/foreground (Extended Data Fig. 10)
+- `o2BLnbv2`: object 2, green channel, no background/foreground (Extended Data Fig. 10)
+- `o1UVnbv2`: object 1, UV channel, no background/foreground (Extended Data Fig. 10)
+- `o2UVnbv2`: object 2, UV channel, no background/foreground (Extended Data Fig. 10)
+
+#### Detection
+
+- `green`: dark ellipse is present in the green color channel
+- `uv`: dark ellipse is present in the UV color channel
+- `noise`: no ellipse is present