lsst.meas.base  16.0-13-gd9b1b71+4
Public Member Functions | Public Attributes | List of all members
lsst.meas.base.transforms.SimpleCentroidTransform Class Reference

Transform a pixel centroid, excluding uncertainties, to celestial coordinates. More...

Inheritance diagram for lsst.meas.base.transforms.SimpleCentroidTransform:
lsst.meas.base.transforms.MeasurementTransform

Public Member Functions

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

Public Attributes

 coordKey
 
 name
 
 config
 

Detailed Description

Transform a pixel centroid, excluding uncertainties, to celestial coordinates.

Definition at line 102 of file transforms.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 107 of file transforms.py.

Member Function Documentation

◆ __call__()

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

Definition at line 111 of file transforms.py.

Member Data Documentation

◆ config

lsst.meas.base.transforms.MeasurementTransform.config
inherited

Definition at line 65 of file transforms.py.

◆ coordKey

lsst.meas.base.transforms.SimpleCentroidTransform.coordKey

Definition at line 109 of file transforms.py.

◆ name

lsst.meas.base.transforms.MeasurementTransform.name
inherited

Definition at line 64 of file transforms.py.


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