layout
GONet Wizard Dashboard Layout Definition.
This module defines the full layout of the GONet Wizard web dashboard using Dash components. It includes UI elements for plotting, filtering, exporting, and inspecting data. It also defines placeholder figures used before user interaction or data loading.
Layout Overview
Top Section:
Title and logo
Graph container for the main scatter plot
Dropdowns and switches to select channels, axes, and fold settings
Export button to download current filtered data
Bottom Section:
Filter controls for custom and selection-based filters
Upload/Save status buttons to persist or restore UI state
GONet image preview section for pixel-level inspection
Placeholders
Variables
layout
dash.development.base_component.ComponentThe full layout tree of the Dash app, including all Divs, Graphs, Dropdowns, Stores, Uploads, Buttons, and custom components.
Notes
The layout dynamically interacts with callbacks registered in
GONet_Wizard.GONet_dashboard.src.callbacks
.Styling and visibility are managed primarily through CSS classes and Dash DAQ components.