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 |
|---|---|---|
Core concepts: GONet cameras, GONet images, channels, and file objects. |
New users |
|
Task-oriented descriptions of what each tool does. |
Users planning an analysis |
|
Step-by-step instructions for each graphical form. |
GUI users |
|
Terminal syntax, options, and examples. |
CLI users and automation |
|
Architecture, extension points, and contributor workflows. |
Contributors |
|
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 |
|
Understand what each tool does |
|
Use the graphical interface |
|
Run commands from the terminal |
|
Install the package |
|
Understand the internal architecture |
|
Look up modules, classes, and functions |
User Documentation
User Documentation
Developer and Reference 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__)