show
The show command opens one or more GONet images in the image inspection
viewer.
It can display selected Bayer channels. Static export is available from inside the interactive viewer with the Save figure button.
For the conceptual tool guide, see image inspection tool guide.
Usage
GONet_Wizard show [-h] [--blue] [--green] [--red] filenames [filenames ...]
Arguments
filenamesOne or more GONet image files to inspect.
The command supports files, folders, wildcards, and comma-separated lists.
Options
--blueDisplay the blue channel.
--greenDisplay the green channel.
--redDisplay the red channel.
If no channel flags are provided, all channels are displayed.
Examples
Inspect one image:
GONet_Wizard show image.jpg
Inspect several images:
GONet_Wizard show image1.jpg image2.jpg image3.jpg
Inspect files using a wildcard:
GONet_Wizard show *.jpg
Inspect only the red channel:
GONet_Wizard show image.jpg --red
Inspect blue and green channels:
GONet_Wizard show image.jpg --blue --green
Save the visualization:
Open the viewer, adjust the figure if needed, then click Save figure. GONet Wizard opens the operating-system save dialog and writes the selected file after the viewer window closes. Static PDF, PNG, JPG, and SVG exports are rendered with GONet Wizard’s Matplotlib-based static exporter, not Plotly/Kaleido. They include filenames, channel labels, and the show grid arrangement; save as
.htmlto preserve the fully interactive Plotly viewer.
GUI Equivalent
The graphical equivalent is Show Image GUI guide.