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

  • place_holder_main_plotdict

    A blank Plotly figure with an image background to serve as the default main plot display.

  • place_holder_GONetdict

    A blank figure used for the GONet image display on the lower right panel.

Variables

layoutdash.development.base_component.Component

The full layout tree of the Dash app, including all Divs, Graphs, Dropdowns, Stores, Uploads, Buttons, and custom components.

Notes