Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ievgen Vovk
ctapipe_io_magic
Commits
aee62552
Commit
aee62552
authored
Dec 19, 2019
by
Moritz Huetten
Browse files
typo fix in doc
parent
5a7f78a0
Pipeline
#65836
failed with stage
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
aee62552
...
...
@@ -33,7 +33,7 @@ with MAGICEventSource(input_url=file_name) as source:
The reader also works with multiple files parsed as wildcards, e.g.,
```
python
MAGICEventSource
(
input_url
=
data_dir
/*
.
root
)
MAGICEventSource
(
input_url
=
'
data_dir/*.root
'
)
```
This is necessary to load and match stereo events, which are automatically created if data files from M1 and M2 for the same run are loaded.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment