hnn
hnn copied to clipboard
The Human Neocortical Neurosolver (HNN) is a software tool that gives researchers/clinicians the ability to develop/test hypotheses on circuit mechanisms underlying EEG/MEG data.
When combined with evoked inputs, the rhythmic inputs don't show up. It's just the evoked inputs. A key in the legend appears, however.
Hi, Very simple issue. When you start up HNN two windows appear ('param' and 'model schematics'), plus a little dialogue box that says 'Welcome to HNN! Default parameter file loaded....
This is a problem because it is not currently possible to remove a specific data file.
Hi all, this PR includes the vcxsrv script that will automate the configs requried for VcXsrv. Also included is the updated README with instructions on running this script. The same...
codespell workflow would just detect when typos introduced, not fix them automagically. Run `codespell -w` locally to do that. Can use pre-commit to automate. See e.g. https://github.com/dandi/dandi-cli/blob/master/.pre-commit-config.yaml#L21
ATM this one identifies lots of warnings and one likely error ``` In installer/docker/check_x_port.sh line 3: [[ DISPLAY ]] || { ^-----^ SC2078 (error): This expression is constant. Did you...
Whenever i try to change synaptic gain say from 1.0 to 2.0, it will revert back to 1.0 when I am running the simulation. Any idea how to fix this?...
The issue below prevents the loading of the UI with a Python 11 based setup. ``` Traceback (most recent call last): File "/opt/user/hnn/hnn_source_code/hnn.py", line 37, in runqt5() File "/opt/user/hnn/hnn_source_code/hnn.py", line...