Browse Source

Aggiorna 'README.md'

Stefano Diomedi 9 months ago
parent
commit
ed47daa95f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -20,11 +20,11 @@ Each HDF5 file has a hierarchical structure consisting of directories, folders,
 * Level 2: /DATA/unit/cond
 * Level 3: /DATA/unit/cond/trial
 * Level 4: /DATA/unit/cond/trial/spike_trains
-* Level 4: /DATA/unit/cond/trial/marker_events
+* Level 4: /DATA/unit/cond/trial/event_markers
 
 At Level 1, there is a group for each recorded unit (Unit_01, Unit_02, etc.). Similarly, at Level 2, there is a group for each condition (target) used in the task (Cond_01, Cond_02, etc.). At Level 3, there is a group for each recorded trial (Trial_01, Trial_02, etc.). It's important to note that the number of conditions is fixed for all datasets (nine targets), while the number of trials can vary for each unit, depending on the recorded data.
 
-The final level, Level 4, contains the actual data, which includes the timing (in milliseconds) of each spike (spike_trains) or behavioral event (marker_events) relative to the alignment marker.
+The final level, Level 4, contains the actual data, which includes the timing (in milliseconds) of each spike (spike_trains) or behavioral event (event_markers) relative to the alignment marker.
 
 For example, /DATA/unit_05/cond_03/trial_07/spike_trains refers to the spiking activity recorded during the seventh trial of the third condition for the fifth unit in the dataset of interest.
 
@@ -34,7 +34,7 @@ Metadata has been added to groups and datasets in the form of 'attributes'. Here
 * *Area* (DATA): The targeted area ['V6A', 'PEc', 'PE'].
 * *Total neurons* (DATA): The total number of neurons in a specific dataset.
 * *Total conditions* (DATA): The total number of conditions.
-* *Total marker events* (DATA): The total number of marker events.
+* *Total event markers* (DATA): The total number of event markers.
 * *Electrode id* (unit): A letter ['A', 'B', 'C', 'D', 'E', 'F'] indicating the recording electrode.
 * *Cito* (unit): For V6A, it could be 'V6Ad' if the neuron is recorded from the dorsal part of V6A or 'V6Av' if recorded from the ventral part of V6A45. For other areas, it is the same as the Area attribute.
 * *Hemisphere* (unit): Identifier of the hemisphere from which the neuron was recorded, 'L' for left and 'R' for right.
@@ -45,7 +45,7 @@ Metadata has been added to groups and datasets in the form of 'attributes'. Here
 * *3D cartesian coordinates* (cond): Cartesian coordinates relative to the reference frame centered on the home button. the X-axis corresponds to the frontal axis (positive rightwards), the Y-axis corresponds to the sagittal axis (positive frontwards), and the Z-axis corresponds to the vertical axis (positive upwards).
 * *Duration* (trial): The duration in milliseconds of the trial.
 * *Number of spikes* (spike_trains): The total number of action potentials recorded.
-* *Marker labels* (marker_events): Labels of the marker events ['Start', 'Green on', 'Fix on', 'Green to red', 'Move out on', 'Move out off', 'Red off', 'Move in on', 'Move in off', 'End'].
+* *Marker labels* (event_markers): Labels of the event markers ['Start', 'Green on', 'Fix on', 'Green to red', 'Move out on', 'Move out off', 'Red off', 'Move in on', 'Move in off', 'End'].
 
 These attributes provide additional information about the animals, areas, recording details, target properties, trial characteristics, and marker events associated with the datasets.