mne-hcp
mne-hcp copied to clipboard
MNE-HCP for processing the Human Connectome Project MEG data using MNE-Python
In the `plot_reproduce_erf.py` tutorial, there's a [line](https://github.com/mne-tools/mne-hcp/blob/master/tutorials/plot_reproduce_erf.py#L118) where the events are sorted as follows: `events = np.sort(events, 0)` Is this intended? It seems like this would break the relationship between...
I am trying to use `hcp.preprocessing.interpolate_missing` on some epochs data that I have loaded from file. The resulting object is of type `EpochsFIF` which is not in the allowable types...
Somethings is slightly off when reconstructing epochs.times from matfiles. The bounds and offsets are not correct. This gets extreme as strongly decimated files are read. One central issue here is...
Currently adding CIs may be difficult, but a first start would be to have unit tests that assume consistent local data paths. My suggestion would be to test with one...
Think about what the API and the code could do to mitigate this confusing and potentially hazardous problem. Then see what needs to be documented.
Even if I apply the channel preprocessing `hcp.preprocessing.map_ch_coords_to_mne(inst)`, some plotting functions crash into an unclear error if data channels aren't picked (i.e. `inst.pick_types(mag='meg')`): ```python import numpy as np import hcp...
For later. The tools are there in private. Needs to be curated and simplified.
Needed for a proper release.
The more urgent examples are certainly: - [ ] downloading data - [x] show ref channel correction - [x] reproducing the HCP consortium evokeds - [x] showing coregistration - [x]...
How to get started for developers.