Skip to content

Commit

Permalink
fix: telescope missing stereo angle (#3063)
Browse files Browse the repository at this point in the history
This add some missing stereo angle the the telescope example so it can run again.
  • Loading branch information
Corentin-Allaire authored Mar 28, 2024
1 parent c908d51 commit 258ca53
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Examples/Scripts/Python/telescope_simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
detector, trackingGeometry, decorators = acts.examples.TelescopeDetector.create(
bounds=[200, 200],
positions=[30, 60, 90, 120, 150, 180, 210, 240, 270],
stereos=[0, 0, 0, 0, 0, 0, 0, 0, 0],
binValue=2,
)

Expand Down

0 comments on commit 258ca53

Please sign in to comment.