Transform src
measuremenents to calibrated form.
More...
Transform src
measuremenents to calibrated form.
This is a specialization of RunTransformTaskBase which operates on src
measurements. Refer to the parent documentation for details.
Definition at line 274 of file transformMeasurement.py.
◆ inputSchemaType()
def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.inputSchemaType |
( |
|
self | ) |
|
|
inherited |
The Butler dataset type for the schema of the input source catalog.
By default, we append _schema
to the input source type. Subclasses may customize if required.
Definition at line 210 of file transformMeasurement.py.
◆ measurementConfig()
def lsst.pipe.tasks.transformMeasurement.SrcTransformTask.measurementConfig |
( |
|
self | ) |
|
◆ outputDataset()
def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.outputDataset |
( |
|
self | ) |
|
|
inherited |
The Butler dataset type for the schema of the output catalog.
By default, we prepend transformed_
to the input source type. Subclasses may customize if required.
Definition at line 220 of file transformMeasurement.py.
◆ run()
def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.run |
( |
|
self, |
|
|
|
dataRef |
|
) |
| |
|
inherited |
Transform the source catalog referred to by dataRef.
The result is both returned and written as dataset type "transformed_" + the input source dataset type to the provided dataRef.
- Parameters
-
[in] | dataRef | Data reference for source catalog & calibrated exposure. |
- Returns
- A BaseCatalog containing the transformed measurements.
Definition at line 248 of file transformMeasurement.py.
◆ butler
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.butler |
|
inherited |
◆ calexpType
string lsst.pipe.tasks.transformMeasurement.SrcTransformTask.calexpType = 'calexp' |
|
static |
◆ ConfigClass
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.ConfigClass = RunTransformConfig |
|
staticinherited |
◆ RunnerClass
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.RunnerClass = pipeBase.ButlerInitializedTaskRunner |
|
staticinherited |
◆ sourceType
string lsst.pipe.tasks.transformMeasurement.SrcTransformTask.sourceType = 'src' |
|
static |
The documentation for this class was generated from the following file: