.. _sphx_glr_tutorials_starting: Introduction ============ The following three tutorials show different ways of how to use Gammapy to perform a complete data analysis, from data selection to data reduction and finally modeling and fitting. The first tutorial is an overview on how to perform a standard analysis workflow using the high level interface in a configuration-driven approach, whilst the second deals with the same use-case using the low level API and showing what is happening *under-the-hood*. The third tutorial shows a glimpse of how to handle different basic data structures like event lists, source catalogs, sky maps, spectral models and flux points tables. .. raw:: html
.. thumbnail-parent-div-open .. raw:: html
.. only:: html .. image:: /tutorials/starting/images/thumb/sphx_glr_overview_thumb.png :alt: :ref:`sphx_glr_tutorials_starting_overview.py` .. raw:: html
Data structures
.. raw:: html
.. only:: html .. image:: /tutorials/starting/images/thumb/sphx_glr_analysis_1_thumb.png :alt: :ref:`sphx_glr_tutorials_starting_analysis_1.py` .. raw:: html
High level interface
.. raw:: html
.. only:: html .. image:: /tutorials/starting/images/thumb/sphx_glr_analysis_2_thumb.png :alt: :ref:`sphx_glr_tutorials_starting_analysis_2.py` .. raw:: html
Low level API
.. thumbnail-parent-div-close .. raw:: html
.. toctree:: :hidden: /tutorials/starting/overview /tutorials/starting/analysis_1 /tutorials/starting/analysis_2