GONet Wizard

GONet Wizard is a command-line and graphical toolkit for working with GONet camera data. It includes utilities for inspecting GONet images, reading metadata, extracting measurements from regions of interest, converting RAW images into standard TIFF/JPEG products, building derived array products, and launching interactive GUI workflows.

The documentation is organized by reader need. Start with the User Guide for concepts, the Tools section for task-oriented explanations, the GUI Guide or CLI Reference for concrete usage, and the Developer Notes or API Reference for implementation details.

Documentation Layers

The documentation is organized so that each section has a distinct role.

Section

Use it for

Typical reader

User Guide

Core concepts: GONet cameras, GONet images, channels, and file objects.

New users

Tools guide

Task-oriented descriptions of what each tool does.

Users planning an analysis

GUI Guide

Step-by-step instructions for each graphical form.

GUI users

CLI Reference

Terminal syntax, options, and examples.

CLI users and automation

Developer Notes

Architecture, extension points, and contributor workflows.

Contributors

API Reference

Generated module, class, and function reference.

Developers needing code details

Where to Start

If you want to…

Go to…

Learn what GONet Wizard is and how GONet files are structured

User Guide

Understand what each tool does

Tools guide

Use the graphical interface

GUI Guide

Run commands from the terminal

CLI Reference

Install the package

installation guide

Understand the internal architecture

Developer Notes

Look up modules, classes, and functions

API Reference

User Documentation

Developer and Reference Documentation

Versioning

The package version can be retrieved from the command line:

GONet_Wizard --version

or from Python:

import GONet_Wizard
print(GONet_Wizard.__version__)