qsospec.GlobalQAPlotConfig
- class qsospec.GlobalQAPlotConfig(figure_width=10.5, figure_height=8.0, max_zoom_panels=4, show_smoothed_data=True, smooth_original_spectrum_for_display=False, smoothing_window_pixels=7, show_residual_panel=True, show_fit_regions=True, unmodelled_windows=((1170.0, 1275.0, 'Lyα'),), show_host_context_in_overview=True, object_name=None, object_label=None, show_coordinates=True, output_format='png', write_other_diagnostics=False)[source]
Bases:
objectRendering options for the global continuum and emission-line QA plot.
- Parameters:
figure_width (float)
figure_height (float)
max_zoom_panels (int)
show_smoothed_data (bool)
smooth_original_spectrum_for_display (bool)
smoothing_window_pixels (int)
show_residual_panel (bool)
show_fit_regions (bool)
show_host_context_in_overview (bool)
object_name (str | None)
object_label (str | None)
show_coordinates (bool)
output_format (str)
write_other_diagnostics (bool)
- __init__(figure_width=10.5, figure_height=8.0, max_zoom_panels=4, show_smoothed_data=True, smooth_original_spectrum_for_display=False, smoothing_window_pixels=7, show_residual_panel=True, show_fit_regions=True, unmodelled_windows=((1170.0, 1275.0, 'Lyα'),), show_host_context_in_overview=True, object_name=None, object_label=None, show_coordinates=True, output_format='png', write_other_diagnostics=False)
- Parameters:
figure_width (float)
figure_height (float)
max_zoom_panels (int)
show_smoothed_data (bool)
smooth_original_spectrum_for_display (bool)
smoothing_window_pixels (int)
show_residual_panel (bool)
show_fit_regions (bool)
show_host_context_in_overview (bool)
object_name (str | None)
object_label (str | None)
show_coordinates (bool)
output_format (str)
write_other_diagnostics (bool)
- Return type:
None
Methods
__init__([figure_width, figure_height, ...])Attributes