GONet Wizard

GitHub latest tag

GONet_Wizard: A toolkit for analyzing and visualizing GONet sky monitoring data.

This package provides tools for:

  • Parsing and decoding raw GONet camera files

  • Visualizing the image data

  • Monitoring the data from multi-epoch campaigns

  • Deploying dashboards and documentation

  • Centralized configuration management via environment-aware settings

The package also initializes its environment-dependent configuration via the GONet_Wizard.settings module. This module defines and validates the environment variables required to run the GONet tools and dashboard components. Settings are accessed dynamically to ensure runtime flexibility and testability.

See the Installation page for details on how to install the package.

See the CLI page a description on how to use some of the functionalities from the command line.

The following packages are included in the GONet Wizard:

Each module is documented in its own section below.

Versioning

The GONet Wizard project uses Git-based versioning powered by setuptools_scm. The version is defined by _version and can be retrieved accessing the __version__ attribute of the GONet_Wizard package or by running:

GONet_Wizard --version

Changelog

The full changelong is available on GitHub:

The project uses git-changelog to automatically generate a structured changelog from the commit history and Git tags.