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
e086d4d6
Commit
e086d4d6
authored
Apr 15, 2019
by
Ievgen Vovk
Browse files
Hardcoded the number of MAGIC pixels.
parent
0f0d0746
Pipeline
#47038
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ctapipe_io_magic/__init__.py
View file @
e086d4d6
...
...
@@ -561,6 +561,8 @@ class MarsDataRun:
# Detecting mono events
self
.
mono_ids
=
self
.
_find_mono_events
()
self
.
n_camera_pixels
=
1039
@
property
def
n_events_m1
(
self
):
return
len
(
self
.
event_data
[
'M1'
][
'MJD'
])
...
...
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