COSMO (COS MOnitoring) is a software system that is built specifically for the Cosmic Origins Spectrograph (COS) team at Space Telescope Science Institute (STScI).
COSMO is made up of a series of monitors and their data built on the light-weight monitorframe framework. These monitors are important for ensuring that COS is operating nominally as well as extending its mission lifetime.
Check out the COSMO documenation here
Please open a new issue or new pull request for bugs, feedback, or new features you would like to see.
To contribute code, please use Feature Branching:
- Clone this repository to your personal space
- Create a feature branch on your clone for your changes
- Make changes and commit into your branch
- Issue a pull request to get your changes into the main repo
For more details on this workflow, check out this tutorial.