MapMakerObs¶
-
class
gammapy.cube.
MapMakerObs
(obs, geom, fov_mask=None, exclusion_mask=None)[source]¶ Bases:
object
Make maps for a single IACT observation.
Parameters: obs :
DataStoreObservation
Observation
geom :
WcsGeom
Reference image geometry
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