We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2aafe commit 0981806Copy full SHA for 0981806
1 file changed
src/ctapipe/io/eventsource.py
@@ -79,9 +79,9 @@ class EventSource(Component):
79
as these are mutable and may lead to errors when analyzing multiple events.
80
81
82
- Attributes
+ Parameters
83
----------
84
- input_url : str
+ input_url : str | Path
85
Path to the input event file.
86
max_events : int
87
Maximum number of events to loop through in generator
0 commit comments