## Summary The telescope "SKA1LOW" shows a longitude for the centre of 0° This is wrong. ## How to reproduce ``` from karabo.simulation.telescope import Telescope site = Telescope.contructor("SKA1LOW") site.plot_telescope() ``` 