exoiris.ExoIris.plot_limb_darkening_parameters

exoiris.ExoIris.plot_limb_darkening_parameters#

ExoIris.plot_limb_darkening_parameters(result: None | Literal['fit', 'mcmc'] = None, axs: None | tuple[Axes, Axes] = None) None | Figure[source]#

Plot the limb darkening parameters.

Parameters:
  • result – The type of result to plot. Can be ‘fit’, ‘mcmc’, or None. If None, the default behavior is to use ‘mcmc’ if the MCMC sampler has been run, otherwise ‘fit’. Default is None.

  • axs – The axes to plot the limb darkening parameters on. If None, a new figure with subplots will be created. Default is None.

Returns:

The figure containing the plot of the limb darkening parameters.

Return type:

Figure

Raises:

ValueError – If the limb darkening model is not supported. If the result is not ‘fit’, ‘mcmc’, or None. If the result is ‘mcmc’ and the MCMC sampler has not been run.

Notes

This method plots the limb darkening parameters for two-parameter limb darkening models. It supports only quadratic, quadratic-tri, power-2, and power-2-pm models.