-
As part of #616 and other previous verbal discussions, now and then it seems like people want to do something with the Node interface that isn't quite nicely supported by the current API. Here is a p…
-
As you can tell from #278 and #281, I have been dealing with a lot of Daily Business Show/Near-Earth Hub interaction. Here's the new one:
If NEH has Daily Business Show rezzed and a Tech Startup in p…
-
Now that the "extra info" issue has been closed I'm thinking about ways that I could incorporate my metadata with the metadata in MNE. This brought up an idea that might be worth implementing if it'd …
-
These are some routinely performed tasks during the preprocess and will be helpful to implement them in `parseWorkspace` to simplify the pipeline script:
1. add `keywords` and `keyword.source` argumen…
-
should Note at the beginning of some docs be treated differently than the Notes section in others?
ex.
``` python
def find_bads_ecg(self, inst, ch_name=None, threshold=None,
…
-
This concerns the benchmarking network attached. The network features a receiver population connected all-to-all with a source population using SpikeSourcePoisson. The source population contains 8192 …
-
Is there a way to decimate Epochs read in with mne.read_epochs? There's the resampling method but it's doing something different than `mne.Epochs(..., decim)`? If there isn't, should we add the parame…
-
Is there a simple way to do cross-condition generalisation with GAT?
My scripts for dealing with this look rather abysmal, with lots of confusing passages where errors can occur. A prime concern is a…
-
This default in most cases _not_ the desired behavior as I have painfully learned while processing many EEG datasets over the last monthss. You typically do the common referencing when you're done wit…
-
Hello,
I was wondering if someone could help me with a problem I've been having. We are trying to apply the pipeline described in the Cookbook to some EEG data that was collected in the .cnt format (…