Visualization, analsyis and aqusition dashboard
Originally the holoviz branch of 2020SummerResearch
pip install neogidashboard
Does not come with several important data acquisition libraries.
https://python-poetry.org/
to download another version of python install curl https://pyenv.run | bash
poetry install
(installs dependencies)
Debian/Ubuntu Pip or poetry may be broken
The best option is to install pyenv with its build dependencies
You'll need PyVcam and the accompanying SDK first
For internal use, run poetry install -E pyvcam
with PVCAM (not the SDK) installed
Data aqusition is unsupported on windows but fully possible
Substitute thorpy with thorlabs-apt
Data aqusition is unsupported on mac and impossible
there's some placeholder scanimage code for now
poetry install
poetry run dashboard
(runs visualization script)
or
poetry shell
dashboard
You'll need to run poetry shell
to get into the poetry
virtual environment
The better option is to use fish and fish-poetry
ensembles Guide to writing an ensembles file
old Old documentation
pypy Guide to running this with pypy
Various docstrings inside the code