diff --git a/multi_participants/cong_incong/.DS_Store b/multi_participants/cong_incong/.DS_Store new file mode 100644 index 0000000..5008ddf Binary files /dev/null and b/multi_participants/cong_incong/.DS_Store differ diff --git a/multi_participants/cong_incong/cong_incong.py b/multi_participants/cong_incong/cong_incong.py index 49e2cc0..ce01474 100644 --- a/multi_participants/cong_incong/cong_incong.py +++ b/multi_participants/cong_incong/cong_incong.py @@ -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']) @@ -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