Changes – 7/18/2019 Data Analysis > Evoked Response 1. Added 3 more data folders (‘Control 1’, ‘Control 2’, and ‘Control 3’) 2. This data is identical in structure and meaning to the rest of the data in this folder, with the exception that it is derived from sham control animals. 3. The README file in this folder was modified to reflect these additions. Data Analysis > Code 1. Added “dataAnalysisDriver_EvokedResponse_Control.m” a. Same as “dataAnalysisDriver_EvokedResponse.”, but with the following changes: i. Specifically formatted for control data ii. Only computes the features and plots it over time. This file does not contain statistical comparisons between seizure epochs, because the control data does not include seizures. 2. Added “EvokedResponses_TimeCorrelation_Con_VS_Exp.m” a. This code is used to determine the differences in time dependency between experimental and control evoked response features. 3. Added “ResponseAnalyzer.m” a. Illustrates two important concepts: (1) the data analysis process for evoked response features and (2) the progression of raw data to features over the course of the experiment in one animal. 4. Overhauled the README file to explain these added scripts as well as help users better orient themselves to the content of this folder. Data Analysis 1. Updated the initial README to reflect the additions.