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.
python -m pip install --upgrade 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.