Transform measuremenents made on coadds to calibrated form.
More...
Transform measuremenents made on coadds to calibrated form.
This is a specialization of RunTransformTaskBase which operates on measurements made on coadds. Refer to the parent documentation for details.
Definition at line 320 of file transformMeasurement.py.
◆ calexpType()
def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.calexpType |
( |
|
self | ) |
|
◆ coaddName()
def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.coaddName |
( |
|
self | ) |
|
◆ 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.RunTransformTaskBase.measurementConfig |
( |
|
self | ) |
|
|
inherited |
The configuration of the measurement operation used to generate the input catalog.
By default we look for measurement
under the root configuration of the generating task. Subclasses may customize this (e.g. to calibrate.measurement
) if required.
Definition at line 230 of file transformMeasurement.py.
◆ 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.
◆ sourceType()
def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.sourceType |
( |
|
self | ) |
|
◆ butler
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.butler |
|
inherited |
◆ calexpType
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.calexpType = None |
|
staticinherited |
◆ ConfigClass
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.ConfigClass = RunTransformConfig |
|
staticinherited |
◆ RunnerClass
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.RunnerClass = pipeBase.ButlerInitializedTaskRunner |
|
staticinherited |
◆ sourceType
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.sourceType = None |
|
staticinherited |
The documentation for this class was generated from the following file: