|
def | lsst.meas.base.wrappers.wrapAlgorithmControl (Base, Control, module=2, hasMeasureN=False) |
| Wrap a C++ algorithm's control class into a Python Config class. More...
|
|
def | lsst.meas.base.wrappers.wrapAlgorithm (Base, AlgClass, factory, executionOrder, name=None, Control=None, ConfigClass=None, TransformClass=None, doRegister=True, shouldApCorr=False, apCorrList=(), hasLogName=False, kwds) |
| Wrap a C++ Algorithm class into a Python Plugin class. More...
|
|
def | lsst.meas.base.wrappers.wrapSingleFrameAlgorithm (AlgClass, executionOrder, name=None, needsMetadata=False, hasMeasureN=False, hasLogName=False, kwds) |
| Wrap a C++ SingleFrameAlgorithm class into a Python SingleFramePlugin class. More...
|
|
def | lsst.meas.base.wrappers.wrapForcedAlgorithm (AlgClass, executionOrder, name=None, needsMetadata=False, hasMeasureN=False, needsSchemaOnly=False, hasLogName=False, kwds) |
| Wrap a C++ ForcedAlgorithm class into a Python ForcedPlugin class. More...
|
|
def | lsst.meas.base.wrappers.wrapSimpleAlgorithm (AlgClass, executionOrder, name=None, needsMetadata=False, hasMeasureN=False, hasLogName=False, kwds) |
| Wrap a C++ SimpleAlgorithm class into both a Python SingleFramePlugin and ForcedPlugin classes. More...
|
|
def | lsst.meas.base.wrappers.wrapTransform (transformClass, hasLogName=False) |
|