{% extends "base.html" %} {% block page_content %}

Gammapy data browser

TODO

Usage

Using the browser should be simple ... just use the controls in navigation bar at the top.

The Gammapy browser is implemented via a restful API, i.e. all pages are accessed via GET requests with these URLs:

URL Content
/ About page
/obs/obs_id Basic observation info
/events/obs_id Event info
/irfs/obs_id IRF info
{% endblock %}