IACTBasicImageEstimator¶
-
class
gammapy.image.IACTBasicImageEstimator(reference, emin, emax, offset_max=<Angle 2.5 deg>, spectral_model=None, background_estimator=None, exclusion_mask=None)[source]¶ Bases:
gammapy.image.basic.BasicImageEstimatorEstimate the basic sky images for a set of IACT observations.
The following images will be computed:
- counts
- exposure
- background
Parameters: reference :
SkyImageReference sky image.
emin :
QuantityLower bound of energy range.
emax :
QuantityUpper bound of energy range.
offset_max :
AngleUpper bound of offset range.
spectral_model :
SpectralModelSpectral model assumption to compute mean exposure and psf image.
background_estimator : TODO
Instance of background estimation method.
exclusion_mask :
SkyImageExclusion mask.
Methods Summary
psf(observations)Mean point spread function kernel image. run(observations[, which])Run IACT basic image estimation for a list of observations. Methods Documentation
-
psf(observations)[source]¶ Mean point spread function kernel image.
Parameters: observations :
ObservationListList of observations
Returns: kernel :
SkyImagePSF kernel as sky image.
-
run(observations, which='all')[source]¶ Run IACT basic image estimation for a list of observations.
Parameters: observations :
ObservationListList of observations
Returns: sky_images :
SkyImageListList of sky images