lsst.meas.base g876c692160+bfc4c50d65
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
lsst.meas.base.transforms.SimpleCentroidTransform Class Reference
Inheritance diagram for lsst.meas.base.transforms.SimpleCentroidTransform:
lsst.meas.base.transforms.MeasurementTransform

Public Member Functions

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

Public Attributes

 coordKey
 

Detailed Description

Transform pixel centroid, without uncertainty, to celestial coordinates.

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.

Definition at line 137 of file transforms.py.

Constructor & Destructor Documentation

◆ __init__()

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

Reimplemented from lsst.meas.base.transforms.MeasurementTransform.

Definition at line 153 of file transforms.py.

Member Function Documentation

◆ __call__()

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

Reimplemented from lsst.meas.base.transforms.MeasurementTransform.

Definition at line 157 of file transforms.py.

Member Data Documentation

◆ coordKey

lsst.meas.base.transforms.SimpleCentroidTransform.coordKey

Definition at line 155 of file transforms.py.


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