Browse Source

Update 'README.md'

Dustin Fetterhoff 2 months ago
parent
commit
1655728335
1 changed files with 5 additions and 4 deletions
  1. 5 4
      README.md

+ 5 - 4
README.md

@@ -22,8 +22,9 @@ Inside each folder, there are spike sorting results for both negative and positi
 
 ### **Behavior**
 
-The file 'all_images.txt' contains the image identities used in all sessions. The 229 images from the IAPS dataset are owned by the [Center for the Study of Emotion and Attention](https://csea.phhp.ufl.edu/) and can only be obtained from them directly, and therefore, we only share the image identies.  The 11 (neutral) images used in our study are provided in the 'images' folder.
+The file 'all_images.txt' contains the image identities used in all sessions. The 229 images from the IAPS dataset are owned by the [Center for the Study of Emotion and Attention](https://csea.phhp.ufl.edu/) and can only be obtained from them directly, and therefore, we only share the image identies.  The additional 11 (neutral) images used in our study are provided in the 'images' folder. Additional files to understand the trial types are located inside the behavioral folder _Enc_ for encoding and _Rec_ for recogntion e.g., emotional_memory_neuronal_data\rec\Patient1\Rec and described below:
 
-The trial times in MATLAB (FieldTrip) format are saved in 'ft_trial_PatientID.mat' files. Additional files to understand the trial types are located inside the behavioral folder e.g., emotional_memory_neuronal_data\rec\Patient1\Rec. The log.res file contains 3 columns corresponding to response (Remember, Know, Forgot or No Response), Reaction time (in samples), and Sample. The 'IAPS_rec.mat' file contains indicies (to index all_images.txt) for the image identity of each trial.
-
-The trial number for each trial types (e.g., eR: emotional remembered, nMiss: neutral missed, etc.) are given in the onsets.mat files and further described in the corresponding MATLAB code.
+* _ft_trial_PatientID.mat_ contains the trial times in MATLAB (FieldTrip) format.
+* _log.res_  contains 3 columns corresponding to response (Remember, Know, Forgot or No Response), Reaction time (in milliseconds), and Sample number. 
+* _IAPS_rec.mat_ file contains indicies (to index all_images.txt) for the image identity of each trial.
+* _onsets.mat_ files contain the trial number for each trial types (e.g., eR: emotional remembered, nMiss: neutral missed, etc.).