How to Install and Uninstall python3-probeinterface.noarch Package on Fedora 39

Last updated: September 25,2024

1. Install "python3-probeinterface.noarch" package

Please follow the step by step instructions below to install python3-probeinterface.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install python3-probeinterface.noarch

2. Uninstall "python3-probeinterface.noarch" package

Please follow the steps below to uninstall python3-probeinterface.noarch on Fedora 39:

$ sudo dnf remove python3-probeinterface.noarch $ sudo dnf autoremove

3. Information about the python3-probeinterface.noarch package on Fedora 39

Last metadata expiration check: 2:44:52 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-probeinterface
Version : 0.2.17
Release : 4.fc39
Architecture : noarch
Size : 103 k
Source : python-probeinterface-0.2.17-4.fc39.src.rpm
Repository : fedora
Summary : Handles probe layout, geometry, and wiring to device
URL : https://github.com/SpikeInterface/probeinterface
License : MIT
Description : A Python package to handle the layout, geometry, and wiring of silicon probes
: for extracellular electrophysiology experiments.
:
: Goals
:
: Make a lightweight package to handle:
:
: • probe contact geometry (both 2D and 3D layouts)
: • probe shape (contour of the probe, shape of channel contact, …)
: • probe wiring to device (the physical layout often doesn’t match the channel
: ordering)
: • combining several probes into a device with global geometry + global wiring
: • exporting probe geometry data into JSON files
: • loading existing probe geometry files (Neuronexus, imec, Cambridge
: Neurotech…) Started here
:
: Bonus:
:
: • optional plotting (based on matplotlib)
: • load/save geometry using common formats (PRB, CSV, NWB, …)
: • handle SI length units correctly um/mm/…
:
: Target users/project:
:
: • spikeinterface team: integrate this into spikeextractor for channel
: location
: • neo team: handle array_annotations for AnalogSignal
: • spikeforest team: use this package for plotting probe activity
: • phy team: integrate for probe display
: • spyking-circus team: handle probe with this package
: • kilosort team: handle probe with this package
: • tridesclous team: handle probe with this package
: • open ephys team: automatically generate channel map configuration files