ThetaPercentileCutCalculator ============================ .. currentmodule:: ctapipe.irf.optimize .. autoclass:: ThetaPercentileCutCalculator :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~ThetaPercentileCutCalculator.min_counts ~ThetaPercentileCutCalculator.smoothing ~ThetaPercentileCutCalculator.target_percentile ~ThetaPercentileCutCalculator.theta_fill_value ~ThetaPercentileCutCalculator.theta_max_angle ~ThetaPercentileCutCalculator.theta_min_angle .. rubric:: Methods Summary .. autosummary:: ~ThetaPercentileCutCalculator.__call__ .. rubric:: Attributes Documentation .. autoattribute:: min_counts .. autoattribute:: smoothing .. autoattribute:: target_percentile .. autoattribute:: theta_fill_value .. autoattribute:: theta_max_angle .. autoattribute:: theta_min_angle .. rubric:: Methods Documentation .. automethod:: __call__