lsst.meas.base g51c93253c0+c18275eecd
Loading...
Searching...
No Matches
lsst.meas.base.tests.SingleFramePluginTransformSetupHelper Class Reference

Public Attributes

 control = self.controlClass()
 
 name
 
 inputCat = lsst.afw.table.SourceCatalog(inputSchema)
 
 mapper = lsst.afw.table.SchemaMapper(inputSchema)
 
 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 914 of file tests.py.

Member Function Documentation

◆ _setupTransform()

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

Definition at line 916 of file tests.py.

Member Data Documentation

◆ control

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

Definition at line 917 of file tests.py.

◆ inputCat

lsst.meas.base.tests.SingleFramePluginTransformSetupHelper.inputCat = lsst.afw.table.SourceCatalog(inputSchema)

Definition at line 927 of file tests.py.

◆ mapper

lsst.meas.base.tests.SingleFramePluginTransformSetupHelper.mapper = lsst.afw.table.SchemaMapper(inputSchema)

Definition at line 928 of file tests.py.

◆ name

lsst.meas.base.tests.SingleFramePluginTransformSetupHelper.name

Definition at line 924 of file tests.py.

◆ outputCat

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

Definition at line 930 of file tests.py.

◆ transform

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

Definition at line 929 of file tests.py.


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