lsst.meas.base g51c93253c0+bc5c7304d8
Loading...
Searching...
No Matches
lsst.meas.base.tests.ForcedPluginTransformSetupHelper Class Reference

Public Attributes

 control = self.controlClass()
 
 name
 
 inputCat = lsst.afw.table.SourceCatalog(inputMapper.getOutputSchema())
 
 mapper = lsst.afw.table.SchemaMapper(inputMapper.getOutputSchema())
 
 transform = self.transformClass(self.control, self.name, self.mapper)
 
 outputCat = lsst.afw.table.BaseCatalog(self.mapper.getOutputSchema())
 

Protected Member Functions

 _setupTransform (self)
 

Detailed Description

Definition at line 933 of file tests.py.

Member Function Documentation

◆ _setupTransform()

lsst.meas.base.tests.ForcedPluginTransformSetupHelper._setupTransform ( self)
protected

Definition at line 935 of file tests.py.

Member Data Documentation

◆ control

lsst.meas.base.tests.ForcedPluginTransformSetupHelper.control = self.controlClass()

Definition at line 936 of file tests.py.

◆ inputCat

lsst.meas.base.tests.ForcedPluginTransformSetupHelper.inputCat = lsst.afw.table.SourceCatalog(inputMapper.getOutputSchema())

Definition at line 947 of file tests.py.

◆ mapper

lsst.meas.base.tests.ForcedPluginTransformSetupHelper.mapper = lsst.afw.table.SchemaMapper(inputMapper.getOutputSchema())

Definition at line 948 of file tests.py.

◆ name

lsst.meas.base.tests.ForcedPluginTransformSetupHelper.name

Definition at line 944 of file tests.py.

◆ outputCat

lsst.meas.base.tests.ForcedPluginTransformSetupHelper.outputCat = lsst.afw.table.BaseCatalog(self.mapper.getOutputSchema())

Definition at line 950 of file tests.py.

◆ transform

lsst.meas.base.tests.ForcedPluginTransformSetupHelper.transform = self.transformClass(self.control, self.name, self.mapper)

Definition at line 949 of file tests.py.


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