lsst.pipe.tasks
19.0.0-60-gafafd468+9
|
Transform forced_src
measuremenents to calibrated form.
More...
Public Member Functions | |
def | inputSchemaType (self) |
The Butler dataset type for the schema of the input source catalog. More... | |
def | outputDataset (self) |
The Butler dataset type for the schema of the output catalog. More... | |
def | measurementConfig (self) |
The configuration of the measurement operation used to generate the input catalog. More... | |
def | runDataRef (self, dataRef) |
Transform the source catalog referred to by dataRef. More... | |
Public Attributes | |
butler | |
Static Public Attributes | |
sourceType | |
calexpType | |
RunnerClass | |
ConfigClass | |
Transform forced_src
measuremenents to calibrated form.
This is a specialization of RunTransformTaskBase which operates on forced_src
measurements. Refer to the parent documentation for details.
Definition at line 297 of file transformMeasurement.py.
|
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 209 of file transformMeasurement.py.
|
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.
Reimplemented in lsst.pipe.tasks.transformMeasurement.SrcTransformTask.
Definition at line 229 of file transformMeasurement.py.
|
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 219 of file transformMeasurement.py.
|
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.
[in] | dataRef | Data reference for source catalog & calibrated exposure. |
Definition at line 247 of file transformMeasurement.py.
|
inherited |
Definition at line 241 of file transformMeasurement.py.
|
static |
Definition at line 308 of file transformMeasurement.py.
|
staticinherited |
Definition at line 194 of file transformMeasurement.py.
|
staticinherited |
Definition at line 193 of file transformMeasurement.py.
|
static |
Definition at line 307 of file transformMeasurement.py.