lsst.pipe.tasks  21.0.0-142-gef555c1e+5fb67ffcc0
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask Class Reference

More...

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

Public Member Functions

def coaddName (self)
 
def sourceType (self)
 
def calexpType (self)
 
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

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

Member Function Documentation

◆ calexpType()

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

Definition at line 339 of file transformMeasurement.py.

◆ coaddName()

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

Definition at line 331 of file transformMeasurement.py.

◆ 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.

Reimplemented in lsst.pipe.tasks.transformMeasurement.SrcTransformTask.

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.

◆ runDataRef()

def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.runDataRef (   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.

    @param[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)

Definition at line 335 of file transformMeasurement.py.

Member Data Documentation

◆ butler

lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.butler
inherited

Definition at line 242 of file transformMeasurement.py.

◆ calexpType

lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.calexpType = None
staticinherited

Definition at line 207 of file transformMeasurement.py.

◆ ConfigClass

lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.ConfigClass = RunTransformConfig
staticinherited

Definition at line 195 of file transformMeasurement.py.

◆ RunnerClass

lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.RunnerClass = pipeBase.ButlerInitializedTaskRunner
staticinherited

Definition at line 194 of file transformMeasurement.py.

◆ sourceType

lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.sourceType = None
staticinherited

Definition at line 204 of file transformMeasurement.py.


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