PointSourceSensitivityOptimizerBase#
- class ctapipe.irf.optimize.PointSourceSensitivityOptimizerBase(*args: t.Any, **kwargs: t.Any)[source]#
Bases:
CutOptimizerBaseBase 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
Size ratio of on region / off region.
Stepsize used for scanning after optimal gammaness cut
Maximum distance from the fov center for background events to be taken into account
Maximum gamma efficiency requested
Minimum distance from the fov center for background events to be taken into account
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#