Skip to content

Commit

Permalink
Merge pull request #9 from NDCLab/bryan/script
Browse files Browse the repository at this point in the history
added comments
  • Loading branch information
CamachoBry authored Feb 16, 2021
2 parents 08ef27e + 861ed7c commit 3689d95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added multi_participants/cong_incong/.DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion multi_participants/cong_incong/cong_incong.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
participants = os.listdir('path')

# remove the 'cha' folder we don't need
participants = participants.remove('cha')
# participants = participants.remove('cha')

# create the initial dataframe
df = pd.DataFrame(index=['SVC', 'DTC', 'NB', 'NN'])
Expand Down Expand Up @@ -39,6 +39,7 @@
labels = mr.create_ic_labels(data)

# Go through each trial, reset the columns, we split from 100-300ms ((308th sample to 513th sample))
# Increase window by 50ms each try
pro_trials = mr.process_trials(trials, 250, 550)

# Find the mean across channels
Expand Down

0 comments on commit 3689d95

Please sign in to comment.