lsst.meas.base  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
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__
 
def __call__
 
- Public Member Functions inherited from lsst.meas.base.transforms.MeasurementTransform
def __init__
 
def __call__
 

Public Attributes

 coordKey
 
- Public Attributes inherited from lsst.meas.base.transforms.MeasurementTransform
 name
 
 config
 

Detailed Description

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

Definition at line 104 of file transforms.py.

Constructor & Destructor Documentation

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

Definition at line 109 of file transforms.py.

Member Function Documentation

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

Definition at line 113 of file transforms.py.

Member Data Documentation

lsst.meas.base.transforms.SimpleCentroidTransform.coordKey

Definition at line 111 of file transforms.py.


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