Skip to content

Complete unfinished vizapp functionality #489

Description

@wbenoit26

Several vizapp components are incomplete.

  • SensitiveVolumePlot.update() updates self.background but does not recompute or re-render the SV curves. Requires reworking make_plot() to use ColumnDataSource so update() can push new data without rebuilding the plot.
  • DataManager.update_vetos() applies vetos to the background but always returns the foreground unmodified.
  • DataManager.calculate_veto_masks() iterates over self.veto_options which is never initialized.
  • Mass and SNR sliders in DistributionPlot are initialized with hardcoded 0–100 range regardless of the actual data.
  • SNR ratio per event should be added to DataManager.

Metadata

Metadata

Assignees

No one assigned

    Labels

    plottingRelated to plotting improvements

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions