diff --git a/Examples/Scripts/Python/telescope_simulation.py b/Examples/Scripts/Python/telescope_simulation.py index c384854d40d..e47c7969232 100755 --- a/Examples/Scripts/Python/telescope_simulation.py +++ b/Examples/Scripts/Python/telescope_simulation.py @@ -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, )