-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
XFit-style dipole fitting GUI #13074
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
base: main
Are you sure you want to change the base?
Conversation
This reverts commit f8b5884.
For some reason, on some of the versions in the CI, the fitted dipole is in a slightly different location. I have no idea how to debug this. |
Usually it suggests that numerical issues are cropping up... a bad/incorrect |
@wmvanvliet I've been meaning to set this up for a while... you could set up a remote SSH to the GHA runners following "ssh" here from Spyder That way you can at least test what's going on remotely |
This adds a GUI to perform guided dipole modeling in the spirit of MEGIN's XFit program. This PR contains the base functionality needed to make the GUI useful. Useful enough to include in the next release of MNE-Python. The plan is to keep adding features in future PRs as well as some sorely needed speed improvements.
See here for a list of currently supported features: #11977
This PR depends on: #12071
Minimal example:
Todo: