lsst.pipe.tasks  13.0-59-g0001361c+3
 All Classes Namespaces Files Functions Variables Groups Pages
Static Public Attributes | List of all members
lsst.pipe.tasks.transformMeasurement.ForcedSrcTransformTask Class Reference

Transform forced_src measuremenents to calibrated form. More...

Inheritance diagram for lsst.pipe.tasks.transformMeasurement.ForcedSrcTransformTask:
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase

Static Public Attributes

string sourceType = 'forced_src'
 
string calexpType = 'calexp'
 
- Static Public Attributes inherited from lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase
 RunnerClass = pipeBase.ButlerInitializedTaskRunner
 
 ConfigClass = RunTransformConfig
 
 sourceType = None
 
 calexpType = None
 

Additional Inherited Members

- Public Member Functions inherited from lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase
def inputSchemaType
 The Butler dataset type for the schema of the input source catalog. More...
 
def outputDataset
 The Butler dataset type for the schema of the output catalog. More...
 
def measurementConfig
 The configuration of the measurement operation used to generate the input catalog. More...
 
def __init__
 
def run
 Transform the source catalog referred to by dataRef. More...
 
- Public Attributes inherited from lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase
 butler
 

Detailed Description

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 299 of file transformMeasurement.py.

Member Data Documentation

string lsst.pipe.tasks.transformMeasurement.ForcedSrcTransformTask.calexpType = 'calexp'
static

Definition at line 310 of file transformMeasurement.py.

string lsst.pipe.tasks.transformMeasurement.ForcedSrcTransformTask.sourceType = 'forced_src'
static

Definition at line 309 of file transformMeasurement.py.


The documentation for this class was generated from the following file: