Minor updates
This commit is contained in:
@@ -119,8 +119,6 @@ def run_ica(raw, dataset, subject, search='manual'):
|
||||
|
||||
if search == 'manual':
|
||||
ica_raw.load_data()
|
||||
# ica.plot_components(inst=ica_raw, ch_type='eeg', contours=0, topomap_args={'extrapolate': 'head'},
|
||||
# psd_args={'fmin': 0, 'fmax': 80})
|
||||
ica.plot_properties(inst=ica_raw, dB=False, topomap_args={'extrapolate': 'head', 'contours': 0},
|
||||
psd_args={'fmin': 0, 'fmax': 50}, picks=['eeg'])
|
||||
ica.plot_sources(ica_raw)
|
||||
|
||||
Reference in New Issue
Block a user