plot_energy_resolution

lstchain.visualization.plot_dl2.plot_energy_resolution(dl2_data, ax=None, bias_correction=False, cta_req_north=False, **kwargs)

Plot the energy resolution from a pandas dataframe of DL2 data. See ~ctaplot.plot_energy_resolution for doc.

Parameters:
dl2_data: `pandas.DataFrame`

Reconstructed MC events at DL2+ level.

ax: `matplotlib.pyplot.axes` or None
bias_correction: `bool`

correct for systematic bias

cta_req_north: `bool`

if True, includes CTA requirement curve

kwargs: args for `matplotlib.pyplot.plot`
Returns:
ax: matplotlib.pyplot.axes