https://github.com/simonsobs/nextline
The DAQ Sequencer
https://github.com/simonsobs/nextline
nextline python-asyncio
Last synced: 3 months ago
JSON representation
The DAQ Sequencer
- Host: GitHub
- URL: https://github.com/simonsobs/nextline
- Owner: simonsobs
- License: mit
- Created: 2020-10-19T14:54:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T21:37:14.000Z (over 1 year ago)
- Last Synced: 2024-05-22T13:53:48.732Z (over 1 year ago)
- Topics: nextline, python-asyncio
- Language: Python
- Homepage:
- Size: 1.63 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Nextline
[](https://pypi.org/project/nextline)
[](https://pypi.org/project/nextline)
[](https://github.com/simonsobs/nextline/actions/workflows/unit-test.yml)
[](https://github.com/simonsobs/nextline/actions/workflows/type-check.yml)
[](https://codecov.io/gh/simonsobs/nextline)
**Note on codecov coverage**: The codecov coverage shown in the badge above is underestimated
because _nextline_ uses the [trace function](https://docs.python.org/3/library/sys.html#sys.settrace). The real coverage is much higher than what
codecov reports.
---
_Nextline_ is a DAQ sequencer of the [Observatory Control System
(OCS)](https://github.com/simonsobs/ocs/). Nextline allows line-by-line
execution of concurrent Python scripts, which control telescopes, by multiple
users simultaneously from web browsers.
This package provides the core functionality of Nextline. It is used in
[_nextline-graphql_](https://github.com/simonsobs/nextline-graphql), the
plugin-based framework of the backend API server of Nextline.
## Citation
Please use the following DOI for citing Nextline:
[](https://doi.org/10.5281/zenodo.11451619)
Nextline consists of [multiple packages](https://github.com/topics/nextline).
Please use the above DOI to cite Nextline in general unless you need to refer
to a specific package.