PointSpatialModel ================= .. currentmodule:: gammapy.modeling.models .. autoclass:: PointSpatialModel :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~PointSpatialModel.default_parameters ~PointSpatialModel.evaluation_bin_size_min ~PointSpatialModel.evaluation_radius ~PointSpatialModel.is_energy_dependent ~PointSpatialModel.lat_0 ~PointSpatialModel.lon_0 ~PointSpatialModel.tag .. rubric:: Methods Summary .. autosummary:: ~PointSpatialModel.evaluate_geom ~PointSpatialModel.integrate_geom ~PointSpatialModel.to_region .. rubric:: Attributes Documentation .. autoattribute:: default_parameters .. autoattribute:: evaluation_bin_size_min .. autoattribute:: evaluation_radius .. autoattribute:: is_energy_dependent .. autoattribute:: lat_0 .. autoattribute:: lon_0 .. autoattribute:: tag .. rubric:: Methods Documentation .. automethod:: evaluate_geom .. automethod:: integrate_geom .. automethod:: to_region