-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add funloc dataset to test support for session-specific anat #1039
base: main
Are you sure you want to change the base?
Conversation
# Epochs | ||
epochs_tmin = -0.2 | ||
epochs_tmax = 0.5 | ||
epochs_t_adjust = -4.0e-3 # TODO is there a way to do this in MBP? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@larsoner does MBP have a way of doing what t_adjust
does in mnefun?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, this should be fixed/adjusted when bidsifying the dataset I think (the timings, event types, etc. in there should be as accurate as possible and not require fixing)
Per conversation with @larsoner I'm splitting out the work of adding the funloc dataset (and fixing the bugs it reveals) to make the diff cleaner on #1035 (which is actually dealing with a different problem than what funloc addresses --- #1035 is about skipping missing sessions, not handling session-specific anat).
Before merging …
docs/source/dev.md.inc
)