Browse Source

Aggiorna 'README.md'

Giacomo Guidali 1 year ago
parent
commit
6c739d9f5f
1 changed files with 4 additions and 4 deletions
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -42,12 +42,12 @@ For analysis conducted using R software, .csv files are provided.
 
 **'Script preprocessing EMG-EEG' folder**
 
-Contains .mat files of the two preprocessing pipelines (TEP and MEP) and the one for the extraction of M1-P15. 
+Contains .m files of the two preprocessing pipelines (TEP and MEP) and the one for the extraction of M1-P15. 
 
 For TEPs, it also contains: 
-- the dataset with ICA weight files (.set and .fdt file, named as subject number and condition - e.g., S01_Mo_PA; 'step 4.1' indicated the preprocessing pipeline step at which the file had been created)
-- the number of ICA components removed (.txt file)
-- trials rejected (one .xls file for the first artifact rejection, before ICA and one .xls file for the second - and final - artifact rejection at the end of the preprocessing pipeline).
+- a subfolder with the dataset with ICA weight files (.set and .fdt file, named as 'subject number and condition' - e.g., S01_Mo_PA; 'step 4.1' indicated the preprocessing pipeline step at which the file had been created)
+- a subfolder with .mat files for the number of the ICA components removed - one for each condition with one row for each subject)
+- number of trials rejected (one .xls file for the first artifact rejection, i.e., before ICA, and one .xls file for the second - and final - artifact rejection, i.e., at the end of the preprocessing pipeline).
 
 -------