Gregory Glickert
Gregory Glickert
I am recording a biophysical model's ECP using the ECP module ```json "reports": { "ecp1": { "cells": {"pop_name": "PV"}, "variable_name": "v", "module": "extracellular", "tmp_dir": "$OUTPUT_DIR", "electrode_positions": "$COMPONENTS_DIR/recXelectrodes/linear_electrode.csv", "file_name": "ecp_pv1.h5", "electrode_channels":...
I was wondering if BMTK has the intention to support the [core neuron simulator](https://github.com/BlueBrain/CoreNeuron/blob/master/README.md). It is supposed to speed up neuron simulation quite significantly. I have been working on implementing...