Browse Source

Update 'README.md'

monica_moroni 3 years ago
parent
commit
1a4e6d03ca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -26,7 +26,7 @@ o	Neural variables consist of the deconvolved dF/F traces at the two-photon micr
 ### Version 2 (data_simple_morcos_per_Epoch.mat)
 
 This data version consists of a single .mat file that contains a matlab struct with dimension equal to the number of sessions. Each row of the structure refers to a single session and contains the following fields:
--	*Neuraldata*: spatial-binned deconvolved traces, averaged over 10 trial epochs described in Morcos et Harvey, Nat. Neurosci., 2016;
+-	*Neural_data*: spatial-binned deconvolved traces, averaged over 10 trial epochs described in Morcos et Harvey, Nat. Neurosci., 2016;
 -	*Stimuli*: binary array with 1 for stimuli with net evidence on the left, 0 for stimuli with net evidence on the right;
 -	*Fine_evidence_last_cue*: final net evidence (difference between left and right total evidence);
 -	*Choices*: binary array with 1 for trials with left turn, 0 for for trial with right turn;
@@ -35,7 +35,7 @@ This data version consists of a single .mat file that contains a matlab struct w
 ### Version 3 (data_simple_morcos_per_Window.mat)
 
 This data version consists of a single .mat file that contains a matlab struct with dimension equal to the number of sessions. Each row of the structure refers to a single session and contains the following fields:
--	*Neuraldata*: spatial-binned deconvolved traces, averaged over 7 turn-aligned windows of different length;
+-	*Neural_data*: spatial-binned deconvolved traces, averaged over 7 turn-aligned windows of different length;
 -	*Stimuli*: binary array with 1 for stimuli with net evidence on the left, 0 for stimuli with net evidence on the right;
 -	*Stimuli_fine*: final net evidence (difference between left and right total evidence);
 -	*Choices*: binary array with 1 for trials with left turn, 0 for for trial with right turn.