An open API service indexing awesome lists of open source software.

https://github.com/lsst/ctrl_bps

A PipelineTask execution framework for multi-node processing for the LSST Batch Production Service (BPS).
https://github.com/lsst/ctrl_bps

astronomy hacktoberfest pipelines python workflows

Last synced: 11 months ago
JSON representation

A PipelineTask execution framework for multi-node processing for the LSST Batch Production Service (BPS).

Awesome Lists containing this project

README

          

# lsst-ctrl-bps

[![pypi](https://img.shields.io/pypi/v/lsst-ctrl-bps.svg)](https://pypi.org/project/lsst-ctrl-bps/)
[![codecov](https://codecov.io/gh/lsst/ctrl_bps/branch/main/graph/badge.svg?token=uPLAO36lS7)](https://codecov.io/gh/lsst/ctrl_bps)

This package provides a PipelineTask execution framework for multi-node processing for the LSST Batch Production Service (BPS).

This is a Python 3 only package.

* SPIE Paper from 2022: [The Vera C. Rubin Observatory Data Butler and Pipeline Execution System](https://arxiv.org/abs/2206.14941)

PyPI: [lsst-ctrl-bps](https://pypi.org/project/lsst-ctrl-bps/)

This software is dual licensed under the GNU General Public License (version 3 of the License, or (at your option) any later version, and also under a 3-clause BSD license.
Recipients may choose which of these licenses to use; please see the files gpl-3.0.txt and/or bsd_license.txt, respectively.