|
HOPS
HOPS class reference
|
Functions | |
| def | make_fourfit_plot (plot_dict, show_on_screen, filename) |
| def | make_fourfit_plot_wrapper (fringe_data_interface) |
fourfit default fringe-plot renderer. Reproduces the standard fourfit fringe plot from the ``plot_dict`` built by the C++ side. The panel/table/text-box builders live in :mod:`hops_visualization.fourfit_plot_common` and are shared with the spectral-line renderer; only the top-level assembly, the pybind wrapper, and the no-embed subprocess entry point live here.
| def hops_visualization.fourfit_plot.make_fourfit_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
| def hops_visualization.fourfit_plot.make_fourfit_plot_wrapper | ( | fringe_data_interface | ) |