https://github.com/lsst/pipe_tasks
LSST Data Management: astronomical data processing tasks
https://github.com/lsst/pipe_tasks
Last synced: 12 months ago
JSON representation
LSST Data Management: astronomical data processing tasks
- Host: GitHub
- URL: https://github.com/lsst/pipe_tasks
- Owner: lsst
- License: gpl-3.0
- Created: 2014-08-16T07:50:15.000Z (almost 12 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T17:21:06.000Z (12 months ago)
- Last Synced: 2025-06-26T18:30:45.418Z (12 months ago)
- Language: Python
- Homepage: http://dm.lsst.org/
- Size: 20.7 MB
- Stars: 18
- Watchers: 53
- Forks: 20
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
##########
pipe_tasks
##########
``pipe_tasks`` is a package in the `LSST Science Pipelines `_.
``pipe_tasks`` provides many of the `Task `_ classes that drive the LSST Science Pipelines. The `pipeline tasks listed here `_ are useful data processing entry points for most users.
The repository also contains several Pipelines used for processing. You can also assemble your own pipelines by combining individual tasks through their Python APIs.
``pipe_tasks`` does not provide all the tasks and command-line tasks in the LSST Science Pipelines. Tasks can be found in many other high-level packages in the Science Pipelines, such as `ip_isr `_.
To learn more about the task framework in general, see the `lsst.pipe.base `_ module documentation.
The package namespace itself is mostly empty. Each specific processing tool must be imported directly from the module; for instance,
``from lsst.pipe.tasks.processCcd import ProcessCcdTask``