gGui is a data-analysis software written to visualize astronomical data, specifically time-tagged lightcurves, coadds, and cubes. gGui serves as the primary data visualization tool for gPhoton, the data reduction pipeline for GALEX.
Please see our full documentation at: https://ggui.readthedocs.io/
gGui is written atop the Glue Python Library for Dataset Visualization.
- Install Python 3.6+
- Upgrade pip
python -m pip install --upgrade pip
- Install gGui via pip
pip install ggui
ggui --target_list /path/to/ggui.yml
will automatically load a specific target list into a new gGui session.
ggui --yaml_select
will open a file-select dialog to select your target list(s). After which, gGui will load these targets.
- 2019-12-22: Version 1.2 posted to GitHub/PyPI
- 2019-11-02: Version 1.1 posted to GitHub/PyPI
- 2019-06-20: Version 1.0 posted to GitHub/PyPI
- 2019-06-11: Uploaded first test of b0.3.5 to PyPI
- 2017-06-26: v0.3.0 Tag Created