lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | Static Protected Attributes | List of all members
lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase Class Reference

More...

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

Public Member Functions

def inputSchemaType (self)
 The Butler dataset type for the schema of the input source catalog.
 
def outputDataset (self)
 The Butler dataset type for the schema of the output catalog.
 
def measurementConfig (self)
 The configuration of the measurement operation used to generate the input catalog.
 
def __init__ (self, *args, **kwargs)
 
def runDataRef (self, dataRef)
 Transform the source catalog referred to by dataRef.
 

Public Attributes

 butler
 

Static Public Attributes

pipeBase RunnerClass = pipeBase.ButlerInitializedTaskRunner
 
RunTransformConfig ConfigClass = RunTransformConfig
 
None sourceType = None
 
None calexpType = None
 

Static Protected Attributes

None _DefaultName = None
 

Detailed Description

Command line interface for TransformTask.

Contents

Description

Provides a command-line task which can be used to run TransformTask.

This is not a fully-fledged command line task: it requires specialization to a particular source type by defining the variables indicated below.

Task invocation

Definition at line 167 of file transformMeasurement.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.__init__ (   self,
args,
**  kwargs 
)

Definition at line 241 of file transformMeasurement.py.

Member Function Documentation

◆ inputSchemaType()

def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.inputSchemaType (   self)

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

◆ measurementConfig()

def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.measurementConfig (   self)

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

◆ outputDataset()

def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.outputDataset (   self)

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

◆ runDataRef()

def lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.runDataRef (   self,
  dataRef 
)

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

Member Data Documentation

◆ _DefaultName

None lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase._DefaultName = None
staticprotected

Definition at line 202 of file transformMeasurement.py.

◆ butler

lsst.pipe.tasks.transformMeasurement.RunTransformTaskBase.butler

Definition at line 243 of file transformMeasurement.py.

◆ calexpType

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

◆ ConfigClass

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

Definition at line 196 of file transformMeasurement.py.

◆ RunnerClass

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

Definition at line 195 of file transformMeasurement.py.

◆ sourceType

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

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