sensitivity_minimization_plot
- lstchain.mc.plot_utils.sensitivity_minimization_plot(n_bins_energy, n_bins_gammaness, n_bins_theta2, energy, sensitivity_3Darray)
Plot the sensitivity minimization plots in different energy bins to check that the theta2 and gammaness cuts were properly applied
TODO: Save plots!
- Parameters:
- n_bins_energy: `int` number of bins in energy
- n_bins_gammaness: `int` number of bins in gammaness
- n_bins_theta2: `int` number of bins in theta2
- energy: `numpy.ndarray` energy array
- sensitivity_3Darray: `numpy.ndarray` sensitivity array (bins of energy, gammaness and theta2)
- Returns:
- figarr: matplotlib.pyplot.figure