dashboard

dashboard

frei.dashboard(lam, F_2_up, binned_phoenix_spectrum, dtaus, pressures, temps, temperature_history, opacities)[source]

Generate a dashboard plot.

Parameters
  • lam (Quantity) – Wavelength grid

  • F_2_up (Quantity) – Emission spectrum

  • binned_phoenix_spectrum (Quantity) – Binned PHOENIX spectrum

  • dtaus (list of lists, or ndarray) – Change in optical depth

  • pressures (Quantity) – Pressure grid

  • temps (Quantity) – Final temperatures after iteration for radiative equilibrium

  • temperature_history (Quantity) – Grid of temperatures for each timestep and pressure

  • opacities (dict) – Opacity dictionary of xarray.DataArray’s

Returns

fig, ax

Return type

Figure, Axes