Search found 3 matches
- Thu Sep 27, 2018 7:50 pm
- Forum: HNN: Human Neocortical Neurosolver
- Topic: Tutorials on simulating ERPs/Rhythms using HNN
- Replies: 2
- Views: 52280
Re: Tutorials on simulating ERPs/Rhythms using HNN
Hi, I've recently installed HNN and started running your tutorials, I am wondering if the poisson input is being recorded and outputted by HNN? Opening up the output data directory I see param.txt, rawdpl/dpl.txt, spk.txt and vsoma.pkl. I understand that the dpl files are the dipole time series, but...
- Wed Sep 19, 2018 3:32 pm
- Forum: HNN: Human Neocortical Neurosolver
- Topic: Installation Issues
- Replies: 4
- Views: 52002
Re: Installation Issues
Yes I do have pyqtgraph and PyOpenGL installed now, that's not a problem, now the error message I'm getting is: Traceback (most recent call last): File "visnet.py", line 9, in <module> from morphology import shapeplot, getshapecoords File "/usr/local/hnn/morphology.py", line 8, i...
- Tue Sep 18, 2018 6:09 pm
- Forum: HNN: Human Neocortical Neurosolver
- Topic: Installation Issues
- Replies: 4
- Views: 52002
Re: Installation Issues
I am trying to install HNN on ubuntu 16, and I have python3 installed with conda, and my native python --version = 2.7.12 So when I run the install.sh script, line 13 does a sudo apt install, the sudo command basically places all the installed packages under python 2.7.12, while by default python is...