PointSourceSensitivityOptimizerBase#

class ctapipe.irf.optimize.PointSourceSensitivityOptimizerBase(*args: t.Any, **kwargs: t.Any)[source]#

Bases: CutOptimizerBase

Base class for optimizers optimizing cuts for maximum point source efficiency. This holds some configurable traits shared between different optimization algorithms implemented in subclasses of this class.

Attributes Summary

alpha

Size ratio of on region / off region.

gh_cut_efficiency_step

Stepsize used for scanning after optimal gammaness cut

max_background_fov_offset

Maximum distance from the fov center for background events to be taken into account

max_gh_cut_efficiency

Maximum gamma efficiency requested

min_background_fov_offset

Minimum distance from the fov center for background events to be taken into account

needs_background

Attributes Documentation

alpha#

Size ratio of on region / off region.

gh_cut_efficiency_step#

Stepsize used for scanning after optimal gammaness cut

max_background_fov_offset#

Maximum distance from the fov center for background events to be taken into account

max_gh_cut_efficiency#

Maximum gamma efficiency requested

min_background_fov_offset#

Minimum distance from the fov center for background events to be taken into account

needs_background = True#