|
lsst.meas.base g76965917b2+a5ca99c4d9
|
Public Member Functions | |
| __init__ (self, config, name, mapper) | |
| __call__ (self, inputCatalog, outputCatalog, wcs, photoCalib) | |
Public Attributes | |
| coordKey = CoordKey.addFields(mapper.editOutputSchema(), name, "Position from " + name) | |
| name = name | |
| config = config | |
Static Protected Member Functions | |
| _checkCatalogSize (cat1, cat2) | |
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.
| lsst.meas.base.transforms.SimpleCentroidTransform.__init__ | ( | self, | |
| config, | |||
| name, | |||
| mapper ) |
Definition at line 153 of file transforms.py.
| lsst.meas.base.transforms.SimpleCentroidTransform.__call__ | ( | self, | |
| inputCatalog, | |||
| outputCatalog, | |||
| wcs, | |||
| photoCalib ) |
Definition at line 157 of file transforms.py.
|
staticprotectedinherited |
Definition at line 84 of file transforms.py.
|
inherited |
Definition at line 78 of file transforms.py.
| lsst.meas.base.transforms.SimpleCentroidTransform.coordKey = CoordKey.addFields(mapper.editOutputSchema(), name, "Position from " + name) |
Definition at line 155 of file transforms.py.
|
inherited |
Definition at line 77 of file transforms.py.