-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
BUG: handle temporal discontinuities in Neuralynx .ncs files
#12279
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
Merged
Merged
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
d8a8380
[WIP] prototype to handle gaps
KristijanArmeni 67e34cf
[ENH] define gap as > than the sampling period
KristijanArmeni 09c1ad9
[MAINT] ruff
KristijanArmeni e9c2de2
[FIX] ruff formatting pt2
KristijanArmeni bf1cfa0
[FIX] more style fixes
KristijanArmeni 7fc96f1
[WIP] prototype to handle gaps
KristijanArmeni d57c56d
[ENH] define gap as > than the sampling period
KristijanArmeni cd4a69a
[MAINT] ruff
KristijanArmeni 07d64eb
[FIX] ruff formatting pt2
KristijanArmeni 4357ab3
[FIX] more style fixes
KristijanArmeni aedc9a4
[FIX] add annotations dict to _raw_extras
KristijanArmeni 76a709c
[MAINT] remove commented section
KristijanArmeni 593981e
[FIX] remove doubled code from conflicts
KristijanArmeni 550dab8
[MAINT] fill docstring
KristijanArmeni 98ea129
[FIX] move neo imports at the top
KristijanArmeni 1355763
[FIX] move neo soft imports within methods
KristijanArmeni a32ff97
[ENH] set annotations post init
KristijanArmeni b633be4
[WIP] prototype to handle gaps
KristijanArmeni 350edbc
[ENH] define gap as > than the sampling period
KristijanArmeni 38e457b
[MAINT] ruff
KristijanArmeni 647647f
[FIX] ruff formatting pt2
KristijanArmeni b6cfa3a
[FIX] more style fixes
KristijanArmeni 0f8bf80
[WIP] prototype to handle gaps
KristijanArmeni 11de110
[ENH] define gap as > than the sampling period
KristijanArmeni d9dbc12
[MAINT] ruff
KristijanArmeni ab4f9c0
[FIX] ruff formatting pt2
KristijanArmeni 2a751c1
[FIX] more style fixes
KristijanArmeni 9d7c9cd
[FIX] add annotations dict to _raw_extras
KristijanArmeni 395b1ab
[MAINT] remove commented section
KristijanArmeni 98cef5a
[FIX] remove doubled code from conflicts
KristijanArmeni 7902bd8
[MAINT] fill docstring
KristijanArmeni fce4647
[FIX] move neo imports at the top
KristijanArmeni e895c0b
[FIX] move neo soft imports within methods
KristijanArmeni 7f5bfe7
[ENH] set annotations post init
KristijanArmeni abdca9a
Merge remote-tracking branch 'origin/nlx-gaps' into nlx-gaps
KristijanArmeni 730cbf7
[MAINT] comment for quantities dependency
KristijanArmeni 37197c7
[ENH] remove branching code path
KristijanArmeni 2c0861c
[ENH] remove np.arange to infer n samples
KristijanArmeni ab00f83
[ENH] improve error handling, comment cleanup
KristijanArmeni ae6c9a1
Merge branch 'main' into nlx-gaps
KristijanArmeni ffb3e1a
[ENH] use str() instea of __str__()
KristijanArmeni 7b7231b
[ENH] cleaner error traceback
KristijanArmeni 2f821da
[ENH] avoid duplicate info in error traceback
KristijanArmeni 2a971bf
[ENH] don't ref private methods
KristijanArmeni e496e12
Apply suggestions from code review
KristijanArmeni 2fe302d
[ENH] index raw_extras with fi
KristijanArmeni eccb481
[ENH] update version and hash
KristijanArmeni cc56bcb
[MAINT] blank space in info msg
KristijanArmeni e3d4d8e
[ENH] add test_neuralynx_gaps()
KristijanArmeni 81ec4da
[FIX] formater
KristijanArmeni c26c7ea
[MAINT] docstring update
KristijanArmeni dccc652
[MAINT] update changelog in devel.rst
KristijanArmeni a41215e
Merge branch 'main' into nlx-gaps
KristijanArmeni c081277
[FIX] formatting in changelog text
KristijanArmeni db1fe62
Merge branch 'nlx-gaps' of https://github.com/KristijanArmeni/mne-pyt…
KristijanArmeni 5e51b64
Merge branch 'main' into nlx-gaps
KristijanArmeni b26dae8
FIX: Module level skip and install
larsoner 965a30d
FIX: Name
larsoner ae1bc5f
Merge branch 'main' into nlx-gaps
larsoner File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -61,3 +61,4 @@ dependencies: | |
| - mamba | ||
| - lazy_loader | ||
| - defusedxml | ||
| - python-neo | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.