Mainak Jas
Mainak Jas
I can't quite figure out how to select the spectrogram for an [individual trial](https://user-images.githubusercontent.com/15852194/113658946-0c7d3300-966f-11eb-9ae6-9067b3726a8e.png)
 Code to reproduce: ```py import matplotlib.pyplot as plt import hnn_core from hnn_core import read_params, Network params_fname = ('/Users/mainak/Documents/github_repos/hnn/param/' 'OnlyRhythmicDist.param') params = read_params(params_fname) for seed, symbol in zip([1, 2, 3,...
Here is a zoomed in view to the population burst  there are some doublets for sure but there is a lot of overlap, and ~in some population bursts there...
sure. But how about adding a few additional requirements to the `setup.py` here: https://github.com/jonescompneurolab/hnn/blob/4bc3e4d51fcf8ae601191861d8b415205fbcaf7f/setup.py#L40 ? That should fix the install for a majority of cases. You'll need to add `PyQt5`...
@stephanie-r-jones @samnemo we need your inputs here
use whatever version number system you like :) But I have a different but old question. Do you anticipate users editing the files in `mne-study-template` or just the config? If...
Some of these issues should be fixed upstream?
It would be great if you can try this on CTF data to identify potential pain points in using this. I suggested the same to @AdoNunes as for neuropycon, give...
has anybody looked into doit: https://pydoit.org/ ?
This PR should be merged after #40