forked from hoechenberger/mne-bids-pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
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
eyelink sync #2
Open
behinger
wants to merge
133
commits into
main_hochberger
Choose a base branch
from
eyelink_sync
base: main_hochberger
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
eyelink sync #2
Conversation
This file contains 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
Co-authored-by: Richard Höchenberger <[email protected]>
Co-authored-by: Richard Höchenberger <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Richard Höchenberger <[email protected]>
…is readable in light and dark theme (mne-tools#793) Co-authored-by: Eric Larson <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…tools#918) Co-authored-by: Richard Höchenberger <[email protected]>
…rameters; drop support for `loose=None` (mne-tools#915) Co-authored-by: Eric Larson <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Eric Larson <[email protected]>
Co-authored-by: Richard Höchenberger <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…g from the dataset (mne-tools#928)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
…and subject or experimenter name) (mne-tools#931) Co-authored-by: Eric Larson <[email protected]>
Co-authored-by: Eric Larson <[email protected]>
…structed ICA and SSP epochs (mne-tools#936)
…s#937) Co-authored-by: Eric Larson <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@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.
"autoreject_local"
as new option forpreprocessing/ptp_reject
(Add"autoreject_local"
as new option forpreprocessing/ptp_reject
mne-tools/mne-bids-pipeline#807)autoreject
(local) before running ICA (Add support forautoreject
(local) before running ICA mne-tools/mne-bids-pipeline#810)analyze_channels
for EEG data, where some steps (like ERP calculation) would previously fail (Fix handling ofanalyze_channels
for EEG data, where some steps (like ERP calculation) would previously fail mne-tools/mne-bids-pipeline#883)shortest_event
(Remove ancient config parametershortest_event
mne-tools/mne-bids-pipeline#888)annotated-types
(Explicitly depend onannotated-types
mne-tools/mne-bids-pipeline#886)Optional
andUnion
from type hints (Drop support for Python 3.9, dropOptional
andUnion
from type hints mne-tools/mne-bids-pipeline#908)Annotated
types in configuration options documentation (Do not showAnnotated
types in configuration options documentation mne-tools/mne-bids-pipeline#911)loose
anddepth
parameters; drop support forloose=None
(Improve documentation and config validation ofloose
anddepth
parameters; drop support forloose=None
mne-tools/mne-bids-pipeline#915)ica_ctps_ecg_threshold
toica_ecg_threshold
(Renameica_ctps_ecg_threshold
toica_ecg_threshold
mne-tools/mne-bids-pipeline#935)Before merging …
docs/source/changes.md
)