ABRBABY / ABRBABY_matlab

GNU General Public License v2.0
1 stars 1 forks source link

Reject bad trial visually identified + Verify indices of rejected trials #85

Closed annesodub closed 7 months ago

annesodub commented 7 months ago

For each participant

  1. get the indices of the trials which were marked as bad from .set file (all of these files should be copied in a separate folder than the main database)
  2. add a column to _trial_description.txt 1 for "good trials" 0 for trials which were manually marked as bad.
  3. Reject the trials from the .set files which were automatically generated from the script (main database)

Close https://github.com/ABRBABY/ABRBABY_matlab/issues/80