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
Public Member Functions | Private Member Functions | Static Private Attributes | 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...
 

Private Member Functions

def _getConfigName
 
def _getMetaDataName
 

Static Private Attributes

string _DefaultName = "transformCoaddSrcMeasurement"
 

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

Member Function Documentation

def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask._getConfigName (   self)
private

Definition at line 337 of file transformMeasurement.py.

338  def _getConfigName(self):
339  return "%s_transformCoaddSrcMeasurement_config" % (self.coaddName,)
def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask._getMetaDataName (   self)
private

Definition at line 340 of file transformMeasurement.py.

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

Definition at line 334 of file transformMeasurement.py.

335  def calexpType(self):
336  return self.coaddName + "_calexp"
def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.coaddName (   self)

Definition at line 326 of file transformMeasurement.py.

327  def coaddName(self):
328  return self.self.butler.get(self.config.inputConfigType).coaddName
def lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask.sourceType (   self)

Definition at line 330 of file transformMeasurement.py.

331  def sourceType(self):
332  return self.coaddName + "_src"

Member Data Documentation

string lsst.pipe.tasks.transformMeasurement.CoaddSrcTransformTask._DefaultName = "transformCoaddSrcMeasurement"
staticprivate

Definition at line 323 of file transformMeasurement.py.


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