-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpublications.html
More file actions
32 lines (30 loc) · 1.68 KB
/
publications.html
File metadata and controls
32 lines (30 loc) · 1.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
layout: default
title: Publications
permalink: /publications/
---
<h3>pyobs Publications</h3>
<div class="card">
<div class="card-body">
<h3 class="card-title">pyobs - An Observatory Control System for Robotic Telescopes (2022)</h3>
<div class="card-text">
<p>Husser, Tim-Oliver; Hessman, Frederic V.; Martens, Sven; Masur, Tilman; Royen, Karl; Schäfer, Sebastian</p>
<p>
We present a Python-based framework for the complete operation of a robotic telescope observatory. It
provides out-of-the-box support for many popular camera types while other hardware like telescopes, domes,
and weather stations can easily be added via a thin abstraction layer to existing code. Common
functionality like focusing, acquisition, auto-guiding, sky-flat acquisition, and pipeline calibration
are ready for use. A remote-control interface, a "mastermind" for truly robotic operations as well as an
interface to the Las Cumbres Observatory observation portal is included. The whole system is fully
configurable and easily extendable. We are currently running pyobs successfully on three different types
of telescopes, of which one is a siderostat for observing the Sun. pyobs uses open standards and open
software wherever possible and is itself freely available.
</p>
<p>
<a href="https://ui.adsabs.harvard.edu/abs/2022FrASS...9.1486H/abstract">ADS</a> -
<a href="https://arxiv.org/abs/2203.12642">arXiv</a> -
<a href="https://www.frontiersin.org/articles/10.3389/fspas.2022.891486/full">Frontiers</a>
</p>
</div>
</div>
</div>