READ_ME_folders content.txt 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. Each folder contains participants' data, including
  2. 1) psychtoolbox log files.
  3. es: S0X_(block)_(data_of_acquisition).mat
  4. the variable final_design contains the features of each trial
  5. 2) EMG raw_data: raw EMG recordings from each participant
  6. ex: TMSSession_(date)_(hour)_(segment).mat
  7. each file contains variables SR (sampling rate) and y (data + matadata)
  8. y(3,:) corresponds to ECU recordings
  9. y(5,:) corresponds to FDS recordings
  10. 3) MEP_range: time range where MEP peaks appeared for each participant
  11. EMG raw data within participants folders
  12. might be have been split after 1GB acquisition. For convenience we uploaded also the fixed file and renamed the original split files as "concatenated_....mat"
  13. Es. of original split files
  14. concatenated_TMSSession_25_05_2021_11_00_23_0000.mat # first piece
  15. concatenated_TMSSession_25_05_2021_11_00_23_0001.mat # second piece
  16. --> the name of the fixed file is exactly as the first original one
  17. TMSSession_25_05_2021_11_00_23_0000.mat # in the same folder the file with the correspondent date is the fixed file resulting from the concatenation of the two.
  18. Similarly, typos or errors within the naming/saving phase have been corrected and marked on the files.
  19. Example
  20. # metadata were missing (due to a saving bug) and have been added offline
  21. TMSSession_29_04_2021_16_00_56_METAADDED_0000.mat
  22. # block category was erroneously saved with a different name. This has been fixed and the fixing marked at the end of the file name
  23. TMSSession_29_04_2021_16_33_06_JOINT_0000.mat
  24. TMSSession_29_04_2021_16_51_38_MOTORIMAGERY_0000.mat
  25. # original files were kept as well. these file names start with a string different from TMSSession
  26. # in order not to be picked up by the analysis script
  27. changed_TMSSession_29_04_2021_16_33_06_0000.mat
  28. changed_TMSSession_29_04_2021_16_51_38_0000.mat