Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Aug 23, 2023
1 parent ecf8187 commit 4b0ba77
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyirf/simulations.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ class SimulatedEventsInfo:
Maximum simulated impact parameter
spectral_index: float
Spectral Index of the simulated power law with sign included.
viewcone: u.Quantity[angle]
Opening angle of the viewcone
viewcone_min: u.Quantity[angle]
Inner angle of the viewcone
viewcone_max: u.Quantity[angle]
Outer angle of the viewcone
"""

__slots__ = (
Expand Down

0 comments on commit 4b0ba77

Please sign in to comment.