LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Static Public Attributes | Static Private 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
 

Static Private Attributes

string _DefaultName = "transformForcedSrcMeasurement"
 

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

Member Data Documentation

string lsst.pipe.tasks.transformMeasurement.ForcedSrcTransformTask._DefaultName = "transformForcedSrcMeasurement"
staticprivate

Definition at line 302 of file transformMeasurement.py.

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

Definition at line 304 of file transformMeasurement.py.

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

Definition at line 303 of file transformMeasurement.py.


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