Developer Guide - galizia-lab/pyview GitHub Wiki
This page contains some resources for developers trying to extend PyView or incorporate it into another framework.
Dev Environment set up and unit testing
- Setting up dev environment in conda: Installation-and-updating
- Unit Testing: Unit-Testing
Guides
- How to add new flags
- How to access flags
- How to add new experimental setups (new values for LE_loadExp)
- How to add new signal calculation methods
- How to add a filter to raw data pre-processing
- How to load data in PyView and calculate signals
- How to add modules for segmentation to PyView
- How to add modules for movement correction to VIEW