GeneralizedGaussianSpatialModel =============================== .. currentmodule:: gammapy.modeling.models .. autoclass:: GeneralizedGaussianSpatialModel :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~GeneralizedGaussianSpatialModel.covariance ~GeneralizedGaussianSpatialModel.default_parameters ~GeneralizedGaussianSpatialModel.e ~GeneralizedGaussianSpatialModel.eta ~GeneralizedGaussianSpatialModel.evaluation_radius ~GeneralizedGaussianSpatialModel.is_energy_dependent ~GeneralizedGaussianSpatialModel.lat_0 ~GeneralizedGaussianSpatialModel.lon_0 ~GeneralizedGaussianSpatialModel.parameters ~GeneralizedGaussianSpatialModel.phi ~GeneralizedGaussianSpatialModel.phi_0 ~GeneralizedGaussianSpatialModel.position ~GeneralizedGaussianSpatialModel.position_error ~GeneralizedGaussianSpatialModel.r_0 ~GeneralizedGaussianSpatialModel.tag ~GeneralizedGaussianSpatialModel.type .. rubric:: Methods Summary .. autosummary:: ~GeneralizedGaussianSpatialModel.__call__ ~GeneralizedGaussianSpatialModel.copy ~GeneralizedGaussianSpatialModel.create ~GeneralizedGaussianSpatialModel.evaluate ~GeneralizedGaussianSpatialModel.evaluate_geom ~GeneralizedGaussianSpatialModel.from_dict ~GeneralizedGaussianSpatialModel.from_parameters ~GeneralizedGaussianSpatialModel.integrate_geom ~GeneralizedGaussianSpatialModel.plot ~GeneralizedGaussianSpatialModel.plot_error ~GeneralizedGaussianSpatialModel.plot_grid ~GeneralizedGaussianSpatialModel.plot_interative ~GeneralizedGaussianSpatialModel.to_dict ~GeneralizedGaussianSpatialModel.to_region .. rubric:: Attributes Documentation .. autoattribute:: covariance .. autoattribute:: default_parameters .. autoattribute:: e .. autoattribute:: eta .. autoattribute:: evaluation_radius .. autoattribute:: is_energy_dependent .. autoattribute:: lat_0 .. autoattribute:: lon_0 .. autoattribute:: parameters .. autoattribute:: phi .. autoattribute:: phi_0 .. autoattribute:: position .. autoattribute:: position_error .. autoattribute:: r_0 .. autoattribute:: tag .. autoattribute:: type .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: copy .. automethod:: create .. automethod:: evaluate .. automethod:: evaluate_geom .. automethod:: from_dict .. automethod:: from_parameters .. automethod:: integrate_geom .. automethod:: plot .. automethod:: plot_error .. automethod:: plot_grid .. automethod:: plot_interative .. automethod:: to_dict .. automethod:: to_region