/socs

A Repository for Simons Observatory specific OCS agents and clients

Primary LanguagePythonBSD 2-Clause "Simplified" LicenseBSD-2-Clause

SOCS - Simons Observatory Control System

https://travis-ci.com/simonsobs/socs.svg?branch=master Documentation Status

Overview

This repository, SOCS, contains hardware control code for the Simons Observatory. This code operates within the framework provided by OCS. People who liked OCS and SOCS also liked Sisock, our time-domain data query system with grafana integration.

Installation

This code can be used directly from the source tree.

In order for OCS tools to find these agents, you must add the full path to the agents directory, e.g. /home/simons/code/socs/agents/, to your OCS site config file. Do so by adding the following under your configured host if it does not already exist:

# List of additional paths to Agent plugin modules.
'agent-paths': [
  '/path/to/socs/agents/',
],

See the ocs docs for more details.

License

This project is licensed under the BSD 2-Clause License - see the LICENSE.txt file for details.