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.
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.
This project is licensed under the BSD 2-Clause License - see the LICENSE.txt file for details.