MapMakerObs¶
-
class
gammapy.cube.MapMakerObs(observation, geom, offset_max, geom_true=None, exclusion_mask=None, background_oversampling=None)[source]¶ Bases:
objectMake maps for a single IACT observation.
Parameters: - observation :
DataStoreObservation Observation
- geom :
WcsGeom Reference image geometry
- offset_max :
Angle Maximum offset angle
- geom_true :
WcsGeom Reference image geometry in true energy, used for exposure maps and PSF. If none, the same as geom is assumed
- exclusion_mask :
Map Exclusion mask (used by some background estimators)
Attributes Summary
coordscoords_etruefov_maskfov_mask_etrueMethods Summary
run(self[, selection])Make maps. Attributes Documentation
-
coords¶
-
coords_etrue¶
-
fov_mask¶
-
fov_mask_etrue¶
Methods Documentation
- observation :