Mainak Jas
Mainak Jas
We have TMS-EEG data at MGH for which we're trying to figure what is the best processing pipeline. The TMS pulses are recorded as triggers, so we can create annotations...
### Description of the problem When I try to fiddle with `filter_length` MNE gives an incorrect error message ### Steps to reproduce ```Python import numpy as np import mne sample_data_folder...
The version is incorrect here: https://github.com/neuropycon/graphpype/blob/master/setup.py#L9 The development version should have a different version number.
This is more as a reminder for me. We can create an action that converts a Dockerfile into a docker image and uploads it to dockerhub: https://github.com/jupyterhub/repo2docker-action The advantage would...
I'm trying to add the NetworkPlotter to the jupyter notebook using the following code: ```py from hnn_core.viz import NetworkPlotter net = jones_2009_model(mesh_shape=(3, 3)) # Note that we move the cells...
I was trying to understand how all the transforms work with @teonbrooks . I don't have time to write a full-fledged documentation but I'll jot down the main points --...
I have been looking at effects of synaptic connectivity and specifically the effect of variability in synaptic delay on the dipole signal. Currently the "lamtha" (space constant) parameter controls this,...