Skip to content

lsst/pipe_tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

7ac00fb · May 10, 2025
Jul 10, 2023
Aug 10, 2022
Apr 26, 2025
May 9, 2025
Apr 3, 2025
May 2, 2025
Jan 2, 2025
Jan 2, 2025
Apr 23, 2024
Mar 6, 2019
Aug 25, 2022
Jan 2, 2025
Jan 2, 2025
Jan 2, 2025

Repository files navigation

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