Skip to content

Commit

Permalink
Fix section title
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Nov 18, 2024
1 parent 4c2aafe commit ca55312
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ctapipe/io/eventsource.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,16 +79,18 @@ class EventSource(Component):
as these are mutable and may lead to errors when analyzing multiple events.
Attributes
Parameters
----------
input_url : str
input_url : str | Path
Path to the input event file.
max_events : int
Maximum number of events to loop through in generator
allowed_tels: Set or None
Ids of the telescopes to be included in the data.
If given, only this subset of telescopes will be present in the
generated events. If None, all available telescopes are used.
Parameters
"""

#: ctapipe_io entry points may provide EventSource implementations
Expand Down

0 comments on commit ca55312

Please sign in to comment.