User Tools

Site Tools

Translations of this page?:

en:socis2016

This is an old revision of the document!


ESA Summer of Code in Space 2016 - Idea List

MLAB is an open-source hardware and open-source software project which makes effortless design and construction of various measurement devices available for scientific purposes. There already exist several space and astronomical measuring instruments in MLAB projects. The Czech Astronomical Society is also involved due to the quality of data captured by our instruments and sets up a data storage server space.astro.cz for data collection from measuring stations. We want to improve our designs by software development supported by European Space Agency.

Main goals

  • Design algorithms and implement innovative technologies for robotic telescope control system.
  • Create customizable graphical user interface (GUI) for simple and full control.
  • Expand hardware support.
  • Create communication protocol for multi-site and multi-modal observatory cooperation.

Although robotic telescope systems are in development for more than ten years 1)2), the currently most advanced Robotic telescope system RTS2 lacks a technology which would allow a large scale deployment on multiple observation sites. Therefore reimplementation of existing robotic system software for use in autonomous telescope network is needed.

Robozor network

Robozor project is a network of robotic telescopes which can communicate together and plan observation according to the best conditions. Robozor network is controlled by AROM software.

AROM software

AROM (autonomous robotic observatory manager) is a set of programs (nodes) for control of instruments of autonomous telescopes such as mount, camera, spectroscope, meteo station, roof, switches and etc. All software should be programmed in Python or C++. Knowledge of these programming languages is necessary for participation in this project.

Today the main industry system control platform is web. Web page is the most common user interface, therefore AROM control centre now offers the ability to control hardware or real-time data visualization. It uses web-sockets messages for communication with AROM system.

 Web interface

Software includes shared object database. Database is ready to support the moving object (comets, asteroids, Planets, meteors, satellites and etc.) as well as static ones (stars).

AROM software involves ROS (Robotics Operation System) which provides useful tool for developing and testing a whole system like messaging system between nodes, shared parametric server or sharing data trough network. The structure of AROM nodes (drivers or control programs) is shown in the following figure.

 AROM structure

The main goal of this software is to provide a comfortable platform to observer which allows telescope control without the need to solve problems with software or hardware.

Tasks for SOCIS participants

There are several tasks for SOCIS participants in the summer 2016 - it's up to the participant to choose one. Following is a brief description of problems and a description of an initial task for qualifying for other tasks. If you are interested in the tasks presented here please do not hesitate to contact us at bolidozor@googlegroups.com, we will send you technical details or help you with your deal.

Task: Observation scheduler

An observation scheduler should be used for optimal distribution of the observation time depending on weather, site, equipment or other object parameters. The scheduler should run in muli-site observation mode in which the object observation time could be spread over the whole network depending on local observation limits of individual nodes.

Qualification task

The student has to adopt AROM’s simple one-site scheduler which will be choosing targets by Altitude. The observer only specifies which objects he wants to observe. The system must reorganise targets in target list according to the highest altitude at a given observation time. Target could be any of above mentioned astronomical or space objects. This task will demonstrate student's basic astronomical and programming skills.

Project details

Advanced scheduler is necessary for the fully autonomous mode of the telescope. It should distribute the observing time according to target altitude, weather or time range (e.g. for variable stars observing). Advanced scheduler should be shared by multiple stations which could be in a stand-by mode and at the same time it processes weather conditions in order to start a robotic observation. Target list is stored in a shared database containing predefined conditions for observation of every object.

Expected results

Expected result is an AROM node which will optimally organize observation list and synchronize target database between AROM systems in Robozor network.

Task: Camera drivers

Camera is one of the most common instruments in optical astronomy. Therefore AROM needs quality drivers for various cameras.

Qualification task

The student has to create AROM driver (node) for getting data from meteostations equipped with open-source WeeWX software which could simulate a meteorological station. This task will demonstrate student's basic programming skills. Student should have experience with calibration and processing of astronomical images.

Project details

Driver must be an ROS node. AROM scheduler (or observer through web AROM control center) sends a standard message and camera driver should execute it. This node will also be responsible for control of built-in camera accessories or external accessories with own drivers (nodes).

Expected results

An AROM node which can handle astronomical cameras of various brands. Preferred cameras are DSLRs (Canon, Nikon, Sony), or special astronomical cameras like Moravian instruments, Atik, Andor, SBIG, FLI. The driver should also handle camera accessories such as filter wheels, focusers or field anti-deformers.

Task: Video guiding

Video guiding is a method to increase star tracking accuracy. It usually uses second camera with smaller resolution and shorter expositions.

Qualification task

The student has to create a software for fast recognition of stars in FITS fields (images). A third-party open source library could be used, but student must show his own knowledge and code contribution to the existing solution.

Project details

Video guiding AROM node will request an image from camera driver and it will calculate a position and delta error (vector of movement from last image) of the stars. Absolute mount calibration or accurate slewing image can be processed with astrometry.net or similar software.

Expected results

Telescope accurately tracking stars and choosing the best target for tracking. After slewing or after losing the target it should measure its position using the astrometry and correct the differences.

Contact

For further information we strongly recommend you to contact the project coordinator Jan Chroust (jacho@mlab.cz)

en/socis2016.1460285525.txt.gz · Last modified: 2016/04/10 10:52 (external edit)