lsst.ts.atmonochromator

https://img.shields.io/badge/SAL Interface-gray.svg https://img.shields.io/badge/GitHub-gray.svg https://img.shields.io/badge/Jira-gray.svg

Overview

The ATMonochromator CSC controls the Monochromator for the Vera C. Rubin Observatory Auxiliary Telescope.

The CSC talks via TCP/IP to a low-level hardware controller.

User Guide

Start the atmonochromator CSC as follows:

atmonochromator_csc.py

Stop the CSC by sending it to the OFFLINE state.

See atmonochromator SAL communication interface for commands, events and telemetry.

Configuration

The default configuration is mostly usable, but the default host is LOCALHOST.

Configuration is defined by this schema.

Configuration files live in ts_config_atcalsys/ATMonochromator.

Simulator

The CSC includes a simulation mode. To run using simulation:

atmonochromator_csc.py --simulate

Developer Guide

Version History