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.
This needs more work but the idea is to have a version of HNN-GUI that is compatible with hnn-core. I won't have more time for this before the workshop but...
The instructions for running HNN on Oscar seem to be outdated. Instructions read to launch the GUI using the 'singularity run hnn.simg' command however this file is not present after...
Hi all, Working with Ubuntu 18.04.5 LTS on a networked system that I do not administer. When I try bash hnn-ubuntu.sh in a directory I own, I get > `*******...
Dear HNN team, on my ARM mac pro, I get the following error after trying to compile the source code: (hnn) ➜ hnn_source_code make nrnivmodl mod /usr/bin/xcrun /Users/zahrasadat/hnn_source_code -n Mod...
Just perusing, not worried about performance at the moment and not wanting to mess with WSL.... In https://raw.githubusercontent.com/jonescompneurolab/hnn/master/installer/windows/hnn-windows.ps1 Line 365: "Rename-Item .\hnn-1.3.1 .\hnn" Throws an error with newer versions (currently...
Hello, I was following the online ERP tutorial and after I click on run simulation I get the following error **From GUI:** Failed running sim using /home/taylorariko/hnn_out/param/ERPNo100Trials.param. Saved data/figures in:...
Referred to both types of downloading commands from https://jonescompneurolab.github.io/hnn/installer/ubuntu/ , had problems Device specs: Distributor ID: Ubuntu Description: Ubuntu 21.10 Release: 21.10 Codename: impish 1. Command: ``` curl --remote-name https://raw.githubusercontent.com/jonescompneurolab/hnn/master/installer/ubuntu/hnn-ubuntu.sh...
Hello I just finished installing the HNN software, following the webpage. I installed Ubuntu 18.4 under Windows 10. I closed the WSL and opened it again. Then I try to...
I am new to all this and currently making first steps. When I am trying to download a script to install HNN and type curl --remote....ect I receive messages curl:...
@salvadord, Network.py Line 234, specs.OrderedDict gave me an error I changed it to specs.ODict and it ran smoothly. Is that correct?