lsst.pipe.base
21.0.0-8-gfbe0b4b+411cd868f8
|
Public Member Functions | |
TaskDatasetTypes | fromTaskDef (cls, TaskDef taskDef, *Registry registry) |
An immutable struct that extracts and classifies the dataset types used by a `PipelineTask`
Definition at line 555 of file pipeline.py.
TaskDatasetTypes lsst.pipe.base.pipeline.TaskDatasetTypes.fromTaskDef | ( | cls, | |
TaskDef | taskDef, | ||
*Registry | registry | ||
) |
Extract and classify the dataset types from a single `PipelineTask`. Parameters ---------- taskDef: `TaskDef` An instance of a `TaskDef` class for a particular `PipelineTask`. registry: `Registry` Registry used to construct normalized `DatasetType` objects and retrieve those that are incomplete. Returns ------- types: `TaskDatasetTypes` The dataset types used by this task.
Definition at line 608 of file pipeline.py.