Vision Physiology Software
Project description
Vision Physiology Software
An integrated software for cellular and network physiology of visual circuits in behaving mice
The software is organized into several modules to perform the acquisition, the preprocessing, the standardization, the visualization, the analysis and the sharing of multimodal neurophysiological recordings.
The different modules are detailed in the documentation below and their integration is summarized on the drawing below:
Install
Simply:
pip install physion
N.B. the PyQt
package can be broken after those steps, re-start from a fresh install with pip uninstall PyQt5
and pip install PyQt5
.
For an installation on an acquisition setup, see the detailed steps in docs/install/README.md
Usage
Run:
python -m physion
You will find some pre-defined shortcuts in the utils/ folder for different operating systems.
N.B. The program is launched in either "analysis" (by default) or "acquisition" mode. This insures that you can launch several analysis instances while you record with one acquisition instance of the program. To launch the acquisition mode, run: python -m physion acquisition
.
Modules and documentation
The different modules of the software are documented in the following links:
- Visual stimulation
- Multimodal Acquisition
- Intrinsic Imaging
- Electrophysiology
- Calcium imaging
- Pupil tracking
- Face Motion tracking
- Behavior
- Assembling pipeline
- Hardware control
- Visualization
- Analysis
- Sharing
Troubleshooting / Issues
Use the dedicated Issues interface of Github.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.