SourceCatalogLargeScaleHGPS¶
-
class
gammapy.catalog.SourceCatalogLargeScaleHGPS(table, interp_kwargs=None)[source]¶ Bases:
objectGaussian band model.
This 2-dimensional model is Gaussian in
yfor a givenx, and the Gaussian parameters can vary inx.One application of this model is the diffuse emission along the Galactic plane, i.e.
x = GLONandy = GLAT.Parameters: - table :
Table Table of Gaussian parameters.
x,amplitude,mean,stddev.- interp_kwargs : dict
Keyword arguments passed to
ScaledRegularGridInterpolator
Methods Summary
evaluate(self, position)Evaluate model at a given position. peak_brightness(self, glon)Peak brightness at a given longitude. peak_brightness_error(self, glon)Peak brightness error at a given longitude. peak_latitude(self, glon)Peak position at a given longitude. peak_latitude_error(self, glon)Peak position error at a given longitude. width(self, glon)Width at a given longitude. width_error(self, glon)Width error at a given longitude. Methods Documentation
-
evaluate(self, position)[source]¶ Evaluate model at a given position.
Parameters: - position :
SkyCoord Position on the sky.
- position :
-
peak_brightness(self, glon)[source]¶ Peak brightness at a given longitude.
Parameters: - glon :
Longitude Galactic Longitude.
- glon :
- table :