You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, thanks for your handy package!
firstly i am new to eeg processing and programming, hence sorry if its a stupid question i just cant get solved.
i use the dss_line_iter function to get rid of line noise artefact but get thrown following error:
UnboundLocalError: local variable 'mean_psd' referenced before assignment
in the following: File "/home/analysis/anaconda3/lib/python3.9/site-packages/meegkit/dss.py", line 316, in dss_line_iter
mean_psd_wospot = mean_psd.copy()
the dss_line function without iter works fine.
Thanks for help!
The text was updated successfully, but these errors were encountered:
Hi, thanks for quick response!
In deed it works with an adjusted shape. I was confused as the single channel data works with dss_line() but not with dss_line_iter(). However all channel data work fine with both, which makes so much sense^^ Thanks!
Hi, thanks for your handy package!
firstly i am new to eeg processing and programming, hence sorry if its a stupid question i just cant get solved.
i use the dss_line_iter function to get rid of line noise artefact but get thrown following error:
UnboundLocalError: local variable 'mean_psd' referenced before assignment
in the following: File "/home/analysis/anaconda3/lib/python3.9/site-packages/meegkit/dss.py", line 316, in dss_line_iter
mean_psd_wospot = mean_psd.copy()
the dss_line function without iter works fine.
Thanks for help!
The text was updated successfully, but these errors were encountered: