lsst.pipe.tasks  13.0-37-g58c8d4e+3
 All Classes Namespaces Files Functions Variables Groups Pages
Public Member Functions | List of all members
lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask Class Reference

Transform measuremenents made on coadds to calibrated form. More...

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

Public Member Functions

def coaddName
 
def sourceType
 
def calexpType
 
- 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...
 

Additional Inherited Members

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

Detailed Description

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.

Member Function Documentation

def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.calexpType (   self)

Definition at line 340 of file transformMeasurement.py.

def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.coaddName (   self)

Definition at line 332 of file transformMeasurement.py.

def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.sourceType (   self)

Definition at line 336 of file transformMeasurement.py.


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