Browse Source

fix typo in decoding readme.

Konstantin Willeke 1 year ago
parent
commit
9dae64a935
1 changed files with 4 additions and 4 deletions
  1. 4 4
      decoding scans/README.md

+ 4 - 4
decoding scans/README.md

@@ -1,7 +1,7 @@
 # Dataset Structure
 
 The decoding scans are provided as .h5 files. There are two types of decoding scans:
-- *Objects*: For the object discrimation task. 
+- *Objects*: For the object discrimation task
 - *Ellipse*: For the detection task
 
 The following attributes are present in each individual dataset:
@@ -10,9 +10,9 @@ The following attributes are present in each individual dataset:
 - **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:
+        - 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)
+        - 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`