-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ZapLine improvements #50
Comments
i'm refactoring and improving the algo right now as it was a quick and dirty way to do the job. i should push something ready to use soon. my implementation of fitting relies on psd calculation. currently my code uses the psd_array_multitaper from mne. any suggestions how to go about that issue? not really keen on implementing a new psd calculation. |
Awesome !
Mmh not sure I want to add a dependency to MNE-python. That said, computing a PSD is easy enough and I'm sure we can find an easy replacement with scipy. I suggest you go ahead and open an pull request, and we can find a solution then. |
i thought so 😄 |
That would be great thanks. But I can also code that bit myself if you're short on time. |
no worries. i can put together a quick bodge. |
Hi! Thanks so much for bringing ZapLine to Python. Super great tool. I see in your Todo checklist, you have a note about ZapLine-plus. Have you or are you planning to implement this update into Meegkit? |
Hey @malcolmudeozor , no I haven't got around to implementing it. To be honest, I'm not sure I ever will because |
Thats great. I also enjoy using DSS iter because of its simplicity. However, I don't quite understand why it's not performing multiple iterations with my current data set. Do you mind me sending my example? Thank you! |
Hi malcolmudeozor you need to look at the PSD of your data. On noisy data, infant EEG for example, the window for the target frequency had to be widen. Look at the appropriate arguments in the function |
Todo:
--> see [NEW] Add dss_line_iter() #52
dss_line()
#56)--> see [ENH] make
dss_line()
faster #57--> see [NEW] Add dss_line_iter() #52
The text was updated successfully, but these errors were encountered: