We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a358f commit e41ea37Copy full SHA for e41ea37
dl1_data_handler/reader.py
@@ -293,7 +293,9 @@ def __init__(
293
# coordinates to correct camera coordinate offsets.
294
self.pix_rotation = {}
295
for tel_id in self.tel_ids:
296
- self.pix_rotation[tel_id] = self.subarray.tel[tel_id].camera.geometry.pix_rotation
+ self.pix_rotation[tel_id] = self.subarray.tel[
297
+ tel_id
298
+ ].camera.geometry.pix_rotation
299
self.selected_telescopes = {}
300
for tel_type in self.subarray.telescope_types:
301
# If is needed here for some sims where the same tel_type is stored twice
0 commit comments