lsst.meas.base g51c93253c0+3d57b975bc
Loading...
Searching...
No Matches
lsst.meas.base.transforms.NullTransform Class Reference
Inheritance diagram for lsst.meas.base.transforms.NullTransform:
lsst.meas.base.transforms.MeasurementTransform

Public Member Functions

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

Public Attributes

 name = name
 
 config = config
 

Static Protected Member Functions

 _checkCatalogSize (cat1, cat2)
 

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__()

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

Definition at line 108 of file transforms.py.

◆ _checkCatalogSize()

lsst.meas.base.transforms.MeasurementTransform._checkCatalogSize ( cat1,
cat2 )
staticprotectedinherited

Definition at line 84 of file transforms.py.

Member Data Documentation

◆ config

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

Definition at line 78 of file transforms.py.

◆ name

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

Definition at line 77 of file transforms.py.


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