plotly_io.plotly_tso_spectra

plotly_io.plotly_tso_spectra(
    tso_list,
    sim_depths=None,
    resolution=250.0,
    n_obs=1,
    model_label='model',
    instrument_label=None,
    bin_widths=None,
    units='percent',
    wl_range=None,
    wl_scale='linear',
    depth_range=None,
    obs_geometry='transit',
)

Make a plotly figure of transit/eclipse depth TSO spectra.

Back to top