Selaa lähdekoodia

Update 'README.md'

Dennis Kaetzel 2 kuukautta sitten
vanhempi
commit
08699bcec5
1 muutettua tiedostoa jossa 7 lisäystä ja 1 poistoa
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -1,3 +1,9 @@
 # Jendryka_et_al_ACC_imaging_5CSRTT
 
-Jendryka et al., 'Excitatory neurons of the anterior cingulate cortex encode chosen actions and their outcomes rather than cognitive state'
+'Excitatory neurons of the anterior cingulate cortex encode chosen actions and their outcomes rather than cognitive state'
+This repository contains the raw behavioral and pre-processed calcium imaging data for the publication 'Excitatory neurons of the anterior cingulate cortex encode chosen actions and their outcomes rather than cognitive state' by Jendryka et al.
+
+The behavioral data consists of .csv files for each animal and experimental session with three values (index number, timestamp in ms, task variable). The first 4 lines hold information about the session, i.e. experiment name (blank), Task name, Subject ID, Project (blank), Start date.
+
+The calcium imaging data consists of timestamp files (timestamp_*.dat or timestamp_*.csv) and pre-processed calcium traces (traces_*.mat). The timestamp dat files have 4 values in each row: 'camNum' (0, not relevant), 'frameNum' (index number of recorded frame), 'sysClock' (timestamp in ms of recorded frame), 'buffer' (1, not relevant). The timestamp csv files have 3 values in each row: 'Frame Number' (index number of recorded frame), 'Time Stamp (ms)' (timestamp in ms of recorded frame), 'Buffer Index' (0, not relevant).
+The calcium trace files contain three variables: 'traces' (2-D array, pre-processed calcium signal trace, dimensions: number of cells X number of frames), 'filters' (3-D array, spatial distribution of pre-processed calcium signal, number of frames according to length of FOV, number of frames according to width of FOV, number of cells). The third variable 'valid' can be ignored.