PassThroughTransform¶
- class lsst.meas.base.PassThroughTransform(config, name, mapper)¶
 Bases:
MeasurementTransformCopy fields from input to output without transformation.
- Parameters:
 - configsubclass 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.
- configsubclass of 
 
Methods Summary
__call__(inputCatalog, outputCatalog, wcs, ...)Call self as a function.
Methods Documentation
- __call__(inputCatalog, outputCatalog, wcs, photoCalib)¶
 Call self as a function.