telrun Module#

telrun test docstring

This is a test docstring for the telrun module.

Classes#

Option([name, instruments, current_value, ...])

Add a new schedulable Option to the InstrumentConfiguration.

InstrumentConfiguration([name, description, ...])

A group of Option objects that define the configuration of the instrument being controlled by a TelrunOperator.

ExecutionBlock()

TelrunException

Base class for exceptions in this module.

TelrunOperator([telhome, gui])

The main class for robotic telescope operation.

Functions#

init_telrun_dir([path])

Initialize a telrun home directory at PATH.

rst([source, date, observatory, verbose])

Calculate the rise, set, and transit times for a given source or dusk and dawn times for the observatory.

schedtel([catalog, queue, add_only, ...])

Schedule observations for an observatory.

plot_schedule_gantt(schedule_table, observatory)

plot_schedule_sky(schedule_table, observatory)

start_telrun_operator([path, gui])

Variables#