NullTransform

class lsst.meas.base.NullTransform(config, name, mapper)

Bases: MeasurementTransform

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:
configsubclass of BasePluginConfig

The configuration of the measurement plugin whose outputs are being transformed.

namestr

The name of the measurement plugin whose outputs are being transformed.

mapperlsst.afw.table.SchemaMapper

Mapping between the input (pre-transformation) and output (transformed) catalogs.

Methods Summary

__call__(inputCatalog, outputCatalog, wcs, ...)

Call self as a function.

Methods Documentation

__call__(inputCatalog, outputCatalog, wcs, photoCalib)

Call self as a function.