Browse Source

'README.md' ändern

Piret Kleis 2 years ago
parent
commit
fefa1f9ff2
1 changed files with 5 additions and 3 deletions
  1. 5 3
      README.md

+ 5 - 3
README.md

@@ -6,9 +6,9 @@ The datasets contain LFPs resampled at 500 Hz in .h5 file format. We uploaded LF
 
 The Python codes that were used to analyze the data and generate the figures, can be found in three scripts:
 
-1) Script 1: contains the function for calculating line length (used to generate subfigures in Fig.1, Fig. 4, Fig.S2, Fig. S3, and Fig. S4)
+1) Script 1: contains the function for calculating line length. The Script 1 was used to generate subfigures in Fig.1, Fig. 4, Fig.S2, Fig. S3, and Fig. S4.
 
-2) Script 2: contains functions for (1) extracting data snippets before and after light pulses and (2) calculating line length for these snippets. Additionally, examples are provided of how we used the functions (3) to extract LFP snippets and save them as matrices and (4) to calculate and save the line lengths of these snippets.
+2) Script 2: contains functions for (1) extracting data snippets before and after light pulses and (2) calculating line length for these snippets. Additionally, examples are provided of how we used the functions (3) to extract LFP snippets and save them as matrices and (4) to calculate and save the line lengths of these snippets. The script 2 was used for Fig. 2.
 
 3) Script 3: contains functions for spectral analysis, including calculation and plotting of power spectral density (PSD) and plotting of spectrograms. The script contains three examples of how the functions were used to analyze and present data. 
 
@@ -16,4 +16,6 @@ Example 1. Plotting individual PSDs and creating a matrix with all PSDs
 
 Example 2. Extracting the power areas of the delta, theta, beta, and gamma oscillations by calculating the area under the curve of PSD plots in respective ranges
 
-Example 3. Plotting spectrograms
+Example 3. Plotting spectrograms
+
+The script 3 was used for Fig. 3, Fig. 4, Fig. S2, and Fig S3.