Skip to content

lkoelman/neurotune

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Neurotune

This package provides Neurotune, a package for optimizing electical models of excitable cells.

This package was originally developed by Mike Vella. This has been updated by Padraig Gleeson and others (and moved to NeuralEnsemble) to continue development of pyelectro and Neurotune for use in OpenWorm, Open Source Brain and other projects

Build Status

Full documentation can be found here.

Installation

The following (Python libraries) can be installed using pip, easy_install, or ideally using Anaconda:

Hard dependencies

  • numpy
  • inspyred
  • SciPy

The package pyelectro is also required:

git clone https://github.com/NeuralEnsemble/pyelectro.git
cd pyelectro
sudo python setup.py install

Soft dependencies

Install Neurotune with the following command:

sudo python setup.py install

Note: the Travic CI script shows the full set of commands for installation & execution of a simple example.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.0%
  • Shell 1.0%