lsst.meas.base ge79e97c755+48a3e84c79
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.meas.base.transforms.NullTransform Class Reference
Inheritance diagram for lsst.meas.base.transforms.NullTransform:
lsst.meas.base.transforms.MeasurementTransform

Public Member Functions

def __call__ (self, inputCatalog, outputCatalog, wcs, photoCalib)
 

Detailed Description

Null transform which transfers no data from input to output.

This is intended as the default for measurements for which no other
transformation is specified.

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 89 of file transforms.py.

Member Function Documentation

◆ __call__()

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

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

Definition at line 108 of file transforms.py.


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