HOPS
HOPS class reference
Functions
hops_visualization.fourfit_spectral_line_plot Namespace Reference

Functions

def make_fourfit_spectral_line_plot (plot_dict, show_on_screen, filename)
 
def make_fourfit_spectral_line_plot_wrapper (fringe_data_interface)
 
def make_sl_2d_surface_plot (plot_dict)
 
def make_sl_dr_spectrum_plot (plot_dict)
 
def make_sl_freq_spectrum_plot (plot_dict)
 
def make_sl_phasor_time_plot (plot_dict)
 

Detailed Description

fourfit spectral-line fringe-plot renderer.

A variant of the default renderer for spectral-line data: it swaps the
delay-rate / single-band / cross-power panels for spectral-line panels
(``make_sl_*`` below) but reuses all of the shared panel/table/text builders
from :mod:`hops_visualization.fourfit_plot_common`. Keeping the shared helpers
in the common module means a layout change made for the default plot is picked
up here automatically instead of drifting.

Function Documentation

◆ make_fourfit_spectral_line_plot()

def hops_visualization.fourfit_spectral_line_plot.make_fourfit_spectral_line_plot (   plot_dict,
  show_on_screen,
  filename 
)
Function to reproduce a fourfit fringe plot.

Parameters
----------
plot_dict : dict
    Dictionary with key/value pairs for the plot.
show_on_screen : bool
    Show the plot on-screen.
filename : str
    Path of the filename to save the plot, if empty, plot will not be saved.

Returns
-------
None

◆ make_fourfit_spectral_line_plot_wrapper()

def hops_visualization.fourfit_spectral_line_plot.make_fourfit_spectral_line_plot_wrapper (   fringe_data_interface)

◆ make_sl_2d_surface_plot()

def hops_visualization.fourfit_spectral_line_plot.make_sl_2d_surface_plot (   plot_dict)
2-D delay-rate x frequency amplitude surface for spectral-line data.
Replaces make_sbd_dtec_plot() when plot_dict["extra"]["is_spectral_line"] is True.
Occupies the same grid cell as the broadband SBD panel.

◆ make_sl_dr_spectrum_plot()

def hops_visualization.fourfit_spectral_line_plot.make_sl_dr_spectrum_plot (   plot_dict)
1-D delay-rate spectrum for spectral-line data.
Replaces make_dr_mbd_plot() when plot_dict["extra"]["is_spectral_line"] is True.
Occupies the same grid cell as the broadband DR/MBD panel.

◆ make_sl_freq_spectrum_plot()

def hops_visualization.fourfit_spectral_line_plot.make_sl_freq_spectrum_plot (   plot_dict)
1-D frequency spectrum (amplitude + phase) at the fitted (channel, DR) bin.
Replaces make_xpower_plot() when plot_dict["extra"]["is_spectral_line"] is True.
Occupies the same grid cell as the broadband cross-power spectrum panel.

◆ make_sl_phasor_time_plot()

def hops_visualization.fourfit_spectral_line_plot.make_sl_phasor_time_plot (   plot_dict)
Peak-phasor amplitude and phase vs time (delay-rate correction only).
Placed in the same grid cell as make_channel_segment_plots_alt.
Data: SL_SEG_AMP (amplitude per segment), SL_SEG_PHS (phase in degrees per segment).