Metadata-Version: 2.1
Name: morphon
Version: 0.0.7.dev1
Summary: Neuron morphology processing scripts
Home-page: https://github.com/a1eko/morphon
Author: Alexander Kozlov
Author-email: akozlov@kth.se
License: UNKNOWN
Keywords: neuron,morphology,reconstruction,morphometry,modification,repair
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX
Requires-Dist: numpy
Requires-Dist: matplotlib


morphon
-------

Neuron morphology processing scripts:

- ``mcheck``  test morphology reconstruction for structural consistency
- ``mfind``   find singularities in morphological reconstruction
- ``mmeter``  perform morphometric analysis
- ``mmod``    modify morphology
- ``mrep``    repair or correct neuron morphology
- ``msholl``  Sholl analysis of morphological reconstruction
- ``mview``   view neuron morphology

See command line help for details.


Installation
~~~~~~~~~~~~

Install the latest release:

.. code-block:: python

   pip install morphon

Install a development version:

.. code-block:: python

   pip install git+git://github.com/a1eko/morphon

See ``pip`` documentation for installation alternatives.


