Pygator
This is a repository for the University of Florida LIGO and LISA Optics groups. Here you can find functions that are commonly and regularly used in the lab.
Installation from Source
The package can be installed from the source:
git clone https://github.com/DiabRaed/pygator
cd pygator
pip install -e .
Rebuilding Pygator
Once you have installed and built pygator, you can get updates and rebuild it by executing the following commands from the pygator repository directory:
git pull
pip install -e . --upgrade
Installation using Pip
The package can also be installed via pip:
pip install pygator
View on GitHub