项目作者: spacetelescope

项目描述 :
System for monitoring HST COS
高级语言: Python
项目地址: git://github.com/spacetelescope/cosmo.git
创建时间: 2015-07-10T17:32:36Z
项目社区:https://github.com/spacetelescope/cosmo

开源协议:BSD 3-Clause "New" or "Revised" License

下载


COSMO

Build Status
codecov

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

Contributing

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:

  1. Clone this repository to your personal space
  2. Create a feature branch on your clone for your changes
  3. Make changes and commit into your branch
  4. Issue a pull request to get your changes into the main repo

For more details on this workflow, check out
this tutorial.