Skip to content

Commit

Permalink
explain why psf_reco is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraOlivera committed Apr 14, 2023
1 parent 63d12b1 commit 5294a58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/tutorials/data/hawc.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,9 @@

######################################################################
# Create empty Mapdataset
# The keyword reco_psf=True is needed because the HAWC PSF is
# derived in reconstructed energy.

dataset_empty = MapDataset.create(
geom, energy_axis_true=energy_axis_true, name="fHit " + str(fHit), reco_psf=True
)
Expand Down

0 comments on commit 5294a58

Please sign in to comment.