Highlights
- Arctic Code Vault Contributor
Pinned
1,795 contributions in the last year
Activity overview
Contributed to
mne-tools/mne-python,
mne-tools/mne-bids,
mne-tools/mne-study-template
and 5 other
repositories
Contribution activity
January 2021
Created 46 commits in 11 repositories
Created a pull request in mne-tools/mne-python that received 22 comments
MRG, BUG, DOC: GFP was not derived from average-referenced signal as it must be; add GFP to EEG tutorial
The reason for #8772 is simply that we always calculated the GFP incorrectly, i.e. without re-referencing sensor signals to average first. When doi…
+104
−3
•
22
comments
Opened 35 other pull requests in 5 repositories
mne-tools/mne-study-template
10
merged
2
open
2
closed
- Allow running multiple steps in one call to run.py
- WIP: Adjustments for ERP-CORE processing
- Make tables more beautiful
- Only create Epochs for events of interest
- Add reject_tmin
- Move output dir initialization to a separate step
- Add reject_tmax to docs
- Process Faces dataset
- Better pyvista camera position, single figure with both hemispheres; more type hitns
- Add pyvista rendering to CI reports
- Deploy rendered reports to GH-pages for example gallery
- Deploy rendered reports to GH-pages for example gallery
- Add documentation on FS & BEM surface creation (#228)
- Add documentation on FS & BEM surface creation
mne-tools/mne-python
9
merged
1
closed
- Revert "WIP, BUG: Make plot_evoked() not plot GFP for single channel (#8774)"
- WIP, BUG: Make plot_evoked() not plot GFP for single channel
- MRG, ENH: Add Report.add_custom_css
- BUG, DOC: read_raw_egi didn't support pathlib.Path; update read_raw() docstring
- MRG: Support for non-FIFF files in Report.parse_folder
- Backport: Make "rank" options in docs more accessible (#8707)
- Backport: Mailing list, Gitter -> Discourse forum (#8698)
- Backport: Mailing list, Gitter -> Discourse forum (#8698)
- MRG, DOC: Make "rank" options in docs more accessible
- MRG, DOC: Mailing list, Gitter -> Discourse forum
mne-tools/mne-bids
5
merged
1
open
- MRG: Create hierarchical event descriptor if trial_type <> value mapping is not unique
- Slightly change layout of count_events() table output
- MRG: Fix scans.tsv reading
- MRG: Fix count_events() for events.tsv without trial_type, stim_type column
- Fix bug if no event descriptions are present; support stim_type column in events.tsv
- Replace references to gitter, mailing list -> forum
hoechenberger/openneuro-py
4
merged
conda-forge/mnelab-feedstock
1
merged
Reviewed 11 pull requests in 4 repositories
mne-tools/mne-bids 6 pull requests
- [MRG] generate intersphinx links for numpy docstrs
- [MRG] Fixing quickstart doc bug, write_raw_bids doc bug, and coordsystem.json overwriting error
- allow writing triux files
- [MRG] Allow write_raw_bids to specify a file format explicitly
- [MRG] Update pybv to write non-voltage channels
- [MRG] Fix anonymization in EDF files to be EDF/EDFBrowser-compliant
mne-tools/mne-python 2 pull requests
mne-tools/mne-study-template 2 pull requests
conda-forge/python.app-feedstock 1 pull request
Created an issue in mne-tools/mne-bids that received 26 comments
How to deal with datasets that don't come with events.tsv, but have events saved as part of the raw data?
ds000246 doesn't ship with *_events.tsv
. Yet, we've managed to successfully process it for months using the mne-study-template
. Turns out the datas…
26
comments