lsst.meas.base g48712c4677+7e2ea9cd42
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Protected Member Functions | List of all members
lsst.meas.base.transforms.MeasurementTransform Class Reference
Inheritance diagram for lsst.meas.base.transforms.MeasurementTransform:
lsst.meas.base.transforms.NullTransform lsst.meas.base.transforms.PassThroughTransform lsst.meas.base.transforms.SimpleCentroidTransform

Public Member Functions

 __init__ (self, config, name, mapper)
 
 __call__ (self, inputCatalog, outputCatalog, wcs, photoCalib)
 

Public Attributes

 name
 
 config
 

Static Protected Member Functions

 _checkCatalogSize (cat1, cat2)
 

Detailed Description

Base class for measurement transformations.

Parameters
----------
config : subclass of `BasePluginConfig`
    The configuration of the measurement plugin whose outputs are being
    transformed.
name : `str`
    The name of the measurement plugin whose outputs are being
    transformed.
mapper : `lsst.afw.table.SchemaMapper`
    Mapping between the input (pre-transformation) and output
    (transformed) catalogs.

Notes
-----
Create transformations by deriving from this class, implementing
`__call__()` and (optionally) augmenting `__init__()`.

Definition at line 55 of file transforms.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.meas.base.transforms.MeasurementTransform.__init__ ( self,
config,
name,
mapper )

Member Function Documentation

◆ __call__()

lsst.meas.base.transforms.MeasurementTransform.__call__ ( self,
inputCatalog,
outputCatalog,
wcs,
photoCalib )

◆ _checkCatalogSize()

lsst.meas.base.transforms.MeasurementTransform._checkCatalogSize ( cat1,
cat2 )
staticprotected

Definition at line 84 of file transforms.py.

Member Data Documentation

◆ config

lsst.meas.base.transforms.MeasurementTransform.config

Definition at line 78 of file transforms.py.

◆ name

lsst.meas.base.transforms.MeasurementTransform.name

Definition at line 77 of file transforms.py.


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