Skip to main content

PyFibers

PyFibers Paper: Marshall DP, Farah ES, Musselman ED, Pelot NA, Grill WM (2025) PyFibers: An open-source NEURON-Python package to simulate responses of model nerve fibers to electrical stimulation. PLoS Comput Biol 21(12): e1013764. https://doi.org/10.1371/journal.pcbi.1013764

GitHub Documentation DOI Contributors Python PyPI PyPI - Downloads Code Style Pre-commit Issues Pull Requests CI

This package implements biophysical models of axons in the NEURON simulation environment using Python. With our package, you can model the responses of axons to electrical stimulation (e.g., find the minimum current amplitude required to activate or block an action potential). You can add your own fiber models and simulations protocols. You can use analytical tools for extracellular potentials, or use outputs from finite element models (FEM) such as COMSOL, ANSYS, or FEniCS.

Feature Description
Flexible stimulation Support for custom waveforms and extracellular potential distributions
FEM integration Easy usage of high-resolution potentials from finite element simulations (COMSOL, ANSYS, or other FEM software)
Resampling tools Automatically interpolate potentials to match your fiber geometry
1D and 3D fibers Support for both straight and curved fiber geometries
Advanced analysis Built-in threshold search, conduction velocity measurement, and comprehensive data recording
Multi-source support Combine potentials from multiple electrodes with different waveforms
Extensible Add your own fiber models and simulation protocols
Simulate recording Simple tools to calculate single fiber action potentials
Library of built-in fiber models MRG (Myelinated): MRG-discrete, MRG-interpolation, Peña (Small MRG-interpolation)
Sweeney (Myelinated)
Thio (Unmyelinated): Autonomic, Cutaneous
Sundt (Unmyelinated)
Tigerholm (Unmyelinated)
Rattay (Unmyelinated)
Schild (Unmyelinated): Schild 1994, Schild 1997

Installation

Note that these installation instructions are for users. Developer instructions are available in contributing.md.

It is recommended (But not required) you create a new virtual environment for PyFibers. For example, using Anaconda/Miniconda:

  • conda create -n pyfibers
  • conda activate pyfibers
  1. Install NEURON and add to PATH (https://nrn.readthedocs.io/en/latest/)
    • Make sure your NEURON and Python versions are compatible (https://nrn.readthedocs.io/en/latest/changelog.html)
    • Check your installation by running the following command: python -c "import neuron; neuron.test(); quit()". If successful, test outputs along with "OK" should be printed to the terminal.
  2. Install PyFibers from PyPI and compile the .mod files.
    pip install pyfibers
    pyfibers_compile
    

Some notes for pyfibers_compile:

  • Check the NEURON output that follows for a message that the mechanisms were compiled successfully (e.g., for Windows: nrnmech.dll was built successfully.) While using PyFibers, if you see the NEURON mechanisms not found in <path>. message, this is cause for concern, as this means PyFibers cannot find the compiled mechanisms. Failed compiles will commonly cause the error message Argument not a density mechanism name to appear when trying to create fibers.
  • Careful! Make sure that the correct NEURON installation is in your path, as the first found installation will be used for compilation. The version used for compilation must be the same version used to run PyFibers code.
  • If you receive a message that the pyfibers_compile command is not found, find the executable for this command in the Scripts path of your python directory (e.g. C:\Users\<username>\Anaconda3\envs\pyfibers\Scripts) and run the executable (e.g., pyfibers_compile.exe).

Usage

📖 Documentation: For detailed information on usage, see our documentation:

The basic steps for running a PyFibers simulation are as follows:

Creating a model fiber

Use the build_fiber function to create a fiber object. The fiber object consists of NEURON sections with ion channel mechanisms inserted for the fiber model chosen when the object is initialized. Users can add custom fiber models as well as use our provided models (see Custom Fiber Models).

from pyfibers import build_fiber

fiber = build_fiber(
    fiber_model=FiberModel.MRG_DISCRETE,
    diameter=10,  # um
    n_nodes=25,  # um
    temperature=37,  # C
)

Adding extracellular potentials

PyFibers supports both analytical calculations and using electrical potentials exported from solvers such as COMSOL or Ansys (see Extracellular Potentials documentation):

# Add extracellular potentials using point source approximation
fiber.potentials = fiber.point_source_potentials(0, 100, fiber.length / 2, 1, 0.3)

Running a simulation

To run a simulation with extracellular stimulation, use the ScaledStim class; users can also create custom simulation setups (See Custom Simulations) or use IntraStim for intracellular stimulation.

# Create instance of ScaledStim class
stimulation = ScaledStim(waveform=waveform, dt=time_step, tstop=time_stop)

# Run threshold search
amp, _ = stimulation.find_threshold(fiber)
print(f"Threshold for 5.7 micron fiber: {amp} (mA)")

For more examples, see the documentation.

Logging

PyFibers provides helpful logging messages during simulations. By default, logging is disabled to avoid interfering with your application's logging configuration.

To enable logging:

import pyfibers

pyfibers.enable_logging()  # Enable INFO level logging

For detailed logging configuration options, see the API documentation.

Contributing

If you develop additional functionality that would be generally useful to our users, please open a Pull Request for us to review. For detailed contribution guidelines, see our contributing guide.

Authors and acknowledgment

License

See LICENSE

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyfibers-0.9.1.tar.gz (83.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyfibers-0.9.1-py3-none-any.whl (120.4 kB view details)

Uploaded Python 3

File details

Details for the file pyfibers-0.9.1.tar.gz.

File metadata

  • Download URL: pyfibers-0.9.1.tar.gz
  • Upload date:
  • Size: 83.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.6

File hashes

Hashes for pyfibers-0.9.1.tar.gz
Algorithm Hash digest
SHA256 3eee98b25b155d1447a9ad54ebdf7199dd5898108cf1bafc2cca356ee4611ff1
MD5 f2759e5e7611bcac0fcf5864b241e7f6
BLAKE2b-256 70b40d663342579fae9fb307407cbffc56931936850bf272d8bc6c1d68095a55

See more details on using hashes here.

File details

Details for the file pyfibers-0.9.1-py3-none-any.whl.

File metadata

  • Download URL: pyfibers-0.9.1-py3-none-any.whl
  • Upload date:
  • Size: 120.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.14.6

File hashes

Hashes for pyfibers-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d5814b961d133b35e24c3885d5586ebf7ebacfc38bbd05da736f92599e0a2a8c
MD5 485a9c97b84688777c8747e772c2507e
BLAKE2b-256 94f232477a7155bc84b4f1d4defb97df3e2770df87f8eea62fc9dc6ecf350c71

See more details on using hashes here.

Release history Release notifications | RSS feed

0.9.2

2 files

This release

0.9.1 This release

2 files

0.9.0

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.0

2 files

0.6.2

2 files

0.6.1

2 files

0.6.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page