PointSpatialModel ================= .. currentmodule:: gammapy.modeling.models .. autoclass:: PointSpatialModel :show-inheritance: .. rubric:: Attributes Summary .. autosummary:: ~PointSpatialModel.covariance ~PointSpatialModel.default_parameters ~PointSpatialModel.evaluation_bin_size_min ~PointSpatialModel.evaluation_radius ~PointSpatialModel.evaluation_region ~PointSpatialModel.frozen ~PointSpatialModel.lat_0 ~PointSpatialModel.lon_0 ~PointSpatialModel.parameters ~PointSpatialModel.phi_0 ~PointSpatialModel.position ~PointSpatialModel.position_error ~PointSpatialModel.position_lonlat ~PointSpatialModel.tag ~PointSpatialModel.type .. rubric:: Methods Summary .. autosummary:: ~PointSpatialModel.__call__ ~PointSpatialModel.copy ~PointSpatialModel.evaluate_geom ~PointSpatialModel.freeze ~PointSpatialModel.from_dict ~PointSpatialModel.from_parameters ~PointSpatialModel.from_position ~PointSpatialModel.integrate_geom ~PointSpatialModel.is_energy_dependent ~PointSpatialModel.plot ~PointSpatialModel.plot_error ~PointSpatialModel.plot_grid ~PointSpatialModel.plot_interative ~PointSpatialModel.reassign ~PointSpatialModel.to_dict ~PointSpatialModel.to_region ~PointSpatialModel.unfreeze .. rubric:: Attributes Documentation .. autoattribute:: covariance .. autoattribute:: default_parameters .. autoattribute:: evaluation_bin_size_min .. autoattribute:: evaluation_radius .. autoattribute:: evaluation_region .. autoattribute:: frozen .. autoattribute:: lat_0 .. autoattribute:: lon_0 .. autoattribute:: parameters .. autoattribute:: phi_0 .. autoattribute:: position .. autoattribute:: position_error .. autoattribute:: position_lonlat .. autoattribute:: tag .. autoattribute:: type .. rubric:: Methods Documentation .. automethod:: __call__ .. automethod:: copy .. automethod:: evaluate_geom .. automethod:: freeze .. automethod:: from_dict .. automethod:: from_parameters .. automethod:: from_position .. automethod:: integrate_geom .. automethod:: is_energy_dependent .. automethod:: plot .. automethod:: plot_error .. automethod:: plot_grid .. automethod:: plot_interative .. automethod:: reassign .. automethod:: to_dict .. automethod:: to_region .. automethod:: unfreeze