MapMakerObs¶
-
class
gammapy.cube.
MapMakerObs
(observation, geom, geom_true=None, fov_mask=None, fov_mask_etrue=None, exclusion_mask=None)[source]¶ Bases:
object
Make maps for a single IACT observation.
Parameters: observation :
DataStoreObservation
Observation
geom :
WcsGeom
Reference image geometry
geom_true :
WcsGeom
Reference image geometry in true energy, used for exposure maps and PSF. If none, the same as geom is assumed
fov_mask :
ndarray
Mask to select pixels in field of view
exclusion_mask :
Map
Exclusion mask (used by some background estimators)
Methods Summary
run
([selection])Make maps. Methods Documentation