Probeinterface public library¶
Probeinterface also handles a collection of probe descriptions on the GitHub platform
The python module has a simple function to download and cache locally by using get_probe(…)
from probeinterface import get_probe
probe = get_probe(manufacturer='neuronexus',
probe_name='A1x32-Poly3-10mm-50-177')
We expect to build rapidly commonly used probes in this public repository.
How to contribute¶
TODO: explain with more details
- Generate the JSON file with probeinterface (or directly
with another language)
Generate an image of the probe with the plot_probe function in probeinterface
Clone the probeinterface_library repo
Put the JSON file and image into the correct folder or make a new folder (following the format of the repo)
Push to one of your branches with a git client
Make a pull request to the main repo