You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/user-guide/datasets/index.rst
+10-8
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Datasets (DL4)
8
8
The `gammapy.datasets` sub-package contains classes to handle reduced
9
9
gamma-ray data for modeling and fitting.
10
10
11
-
The `Dataset` class bundles reduced data, IRFs and model to perform
11
+
The `~gammapy.datasets.Dataset` class bundles reduced data, IRFs and model to perform
12
12
likelihood fitting and joint-likelihood fitting.
13
13
All datasets contain a `~gammapy.modeling.models.Models` container with one or more
14
14
`~gammapy.modeling.models.SkyModel` objects that represent additive emission
@@ -96,7 +96,7 @@ a joint fit across multiple datasets.
96
96
Predicted counts
97
97
----------------
98
98
99
-
The total number of predicted counts from a `MapDataset` are computed per bin like:
99
+
The total number of predicted counts from a `~gammapy.datasets.MapDataset` are computed per bin like:
100
100
101
101
.. math::
102
102
@@ -174,7 +174,7 @@ Here, :math:`k` denotes a bin in reconstructed energy,
174
174
175
175
For the model evaluation, an important factor that needs to be accounted for is
176
176
that the energy threshold changes between observations.
177
-
With the above implementation using a `~gammapy.irf.EDispersionMap`,
177
+
With the above implementation using a `~gammapy.irf.EDispMap`,
178
178
the `npred` is conserved,
179
179
ie, the predicted number of counts on the stacked
180
180
dataset is the sum expected by stacking the `npred` of the individual runs,
@@ -220,11 +220,13 @@ stack runs taken under similar conditions and then do a joint fit on the stacked
220
220
Serialisation of datasets
221
221
-------------------------
222
222
223
-
The various `Map` objects contained in `~gammapy.datasets.MapDataset` and `~gammapy.datasets.MapDatasetOnOff` are serialised according to `GADF Sky Maps <https://gamma-astro-data-formats.readthedocs.io/en/v0.2/skymaps/index.html>`__.
223
+
The various `~gammapy.maps.Map` objects contained in `~gammapy.datasets.MapDataset` and
224
+
`~gammapy.datasets.MapDatasetOnOff` are serialised according to
0 commit comments