Projects / ROTSE-IIIc
Bringing ROTSE-IIIc back online
2024 – present · SAAO and the African Astronomical Society · H.E.S.S. site, Khomas Highlands, Namibia
ROTSE, the Robotic Optical Transient Search Experiment, was built to catch the optical afterglows of gamma-ray bursts: four identical 0.45 m f/1.9 telescopes that could slew to a target within seconds. The network went up in 2003 in Texas, Turkey, Australia and Namibia. The Namibian telescope, ROTSE-IIIc, worked for a decade, then was decommissioned in 2013; its camera, focuser and control computer were removed, and it sat dormant for nearly ten years.
In 2022 the African Astronomical Society began a project to revive it as a modern, remotely operable facility for the African astronomical community, and as a first step towards the African Integrated Observation System. I joined in 2024 to work on the control system and instrumentation. By July 2025 the telescope was observing again, operated remotely from Cape Town, over 1,000 km away.
What I worked on
- A new observatory control system. The original software was a single daemon on a Red Hat 3 machine, long past its end of life. I rebuilt the control system on pyobs, an open-source Python framework, where each piece of hardware is a separate asynchronous module and a central scheduler drives them.
- A mount driver. The telescope's modified AstroWorks Centurion-II fork mount is still run by its original controller, which speaks over a serial line. I wrote an asyncio driver that handles coordinate conversion, motion sequencing and the safety logic, so the mount can be commanded from Python. It reaches about 0.25° pointing accuracy with no pointing model, which is enough for the camera's field of view. The driver is on GitHub.
- Camera and focus interfaces. The replacement Andor Zyla 5.5 sCMOS camera needed a C-to-Python wrapper to work with pyobs, and the focus mechanism, now a linear actuator in a 3D-printed housing, needed its own driver.
- Environmental monitoring. The facility had lost its weather station, so I built a new one for under €200, together with an all-sky camera that watches for cloud. It has its own write-up: the open weather station.
The rest of the restoration was the work of the wider team: the optics were cleaned and recollimated, the camera was mounted on a custom 3D-printed interface, and the obsolete roof electronics were replaced with an Arduino-based controller that the control system can command, with safety interlocks that close the hatch in bad weather.
On the sky
First light came in May 2024. The camera gives a 1.1° × 0.95° field at 1.6 arcseconds per pixel, and commissioning showed it reaching magnitude G ≈ 18 in a 15-minute exposure under dark skies. Before every science exposure, the system takes a short image, solves it against the sky with a local copy of Astrometry.net, and nudges the telescope to centre the target.



The camera inside the dome watches the telescope work through the night:
The telescope is also fast enough to follow things that move and change. This is Comet 10P/Tempel 2 drifting against the stars, from a sequence taken in July 2026:
To show the telescope could do high-speed photometry, the team observed the white dwarf pulsar AR Scorpii and recovered its 59-second beat harmonic, the signature found by Marsh et al. (2016) and Potter & Buckley (2018). That is the kind of measurement needed to follow up gamma-ray bursts and gravitational-wave counterparts.
What's next
The facility is moving from commissioning into use: a testing phase with astronomers from the University of Namibia, then shared-risk observing later in 2026. Longer term, ROTSE-IIIc is to join the SAAO Intelligent Observatory network and the African Integrated Observation System, giving the continent a telescope that can respond quickly to alerts from surveys such as the Vera C. Rubin Observatory.
Read more
- Reviving ROTSE-IIIc, my poster at AstroRob 2025 (PDF, 3 MB).
- "Refurbishing the ROTSE-III Facility in Namibia: A First Step for the African Integrated Observation System", Buckley et al., Revista Mexicana de Astronomía y Astrofísica Conference Series (in preparation).
The restoration was supported by the African Astronomical Society, the University of Western Kentucky, the American Association of Black Physicists, and Development in Africa with Radio Astronomy, with the help of the H.E.S.S. site staff and Mr Joachim Cranz, who owns the telescope and the land it stands on.

