forked from mne-tools/mne-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Plot_00 for testing #28
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
Open
kuziekj
wants to merge
245
commits into
master
Choose a base branch
from
importBOXY
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* MAINT: Test 3.9 * FIX: No dipy or statsmodels yet * FIX: Deps * FIX: Try again * FIX: GLIBC_2.29 * FIX: Missing * FIX: sys_info * FIX: Comments * FIX: No windows
* fix: fig.suptitle() -> ax.set(title) * fix: only update the axes that were clicked in
* CI: Use 20.04 * FIX: Actual fix * WIP: Really show it * FIX: Restore
* closes mne-tools#4851 * fix tests * modernize some tests along the way * more flexible * nest call within test
* MAINT: Use conda-forge * STY: Flake * FIX: Speed up * FIX: Restore * FIX: Restore * FIX: MKL? * FIX: Tol
* upstream/master: MRG, MAINT: Try conda-forge (mne-tools#8046) MRG, MAINT: deduplicate definition of FIFF constants (mne-tools#8537) ENH: Add realign_raw (mne-tools#8540) CI: Use 20.04 (mne-tools#8541) fix example (mne-tools#8539) MRG, VIZ, FIX: plot_sensors title and interactivity (mne-tools#8536) MRG, MAINT: Test 3.9 (mne-tools#8533)
8755b3a to
709d742
Compare
Co-authored-by: Robert Luke <748691+rob-luke@users.noreply.github.com>
Co-authored-by: Robert Luke <748691+rob-luke@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Made a new script in 'dev/' that will load and plot raw data, to help with testing.
So I made multiple sections in the script.
Lines 9-28 will just read the ANC dataset and plot DC, AC, and Phase data. If you just want to read and plot other data, probably best to just change the file lines 11-12 refer to.
Lines 30-113 will load and plot the shorter, three second ANC data set. It will also load and plot the p_pod equivalent, and run a few tests.
Lines 115-322 will load and plot the parsed and unparsed data I recorded earlier, along with the p_pod equivalent file. The triggers show up quite nicely when you simply plot the raw data object (if you are on the 'read_digaux' branch).
Wasn't sure if this should be it's own PR, or part of the 'read_digaux' PR. Since this is just for our testing, maybe it's own PR is better. Let me know what you think.