lsst.meas.base
14.0
|
Go to the source code of this file.
Classes | |
class | lsst.meas.base.wrappers.WrappedSingleFramePlugin |
class | lsst.meas.base.wrappers.WrappedForcedPlugin |
Namespaces | |
lsst.meas.base.wrappers | |
Functions | |
def | lsst.meas.base.wrappers.wrapAlgorithmControl |
Wrap a C++ algorithm's control class into a Python Config class. More... | |
def | lsst.meas.base.wrappers.wrapAlgorithm |
Wrap a C++ Algorithm class into a Python Plugin class. More... | |
def | lsst.meas.base.wrappers.wrapSingleFrameAlgorithm |
Wrap a C++ SingleFrameAlgorithm class into a Python SingleFramePlugin class. More... | |
def | lsst.meas.base.wrappers.wrapForcedAlgorithm |
Wrap a C++ ForcedAlgorithm class into a Python ForcedPlugin class. More... | |
def | lsst.meas.base.wrappers.wrapSimpleAlgorithm |
Wrap a C++ SimpleAlgorithm class into both a Python SingleFramePlugin and ForcedPlugin classes. More... | |
def | lsst.meas.base.wrappers.wrapTransform |
Variables | |
tuple | lsst.meas.base.wrappers.__all__ = ("wrapSingleFrameAlgorithm", "wrapForcedAlgorithm", "wrapSimpleAlgorithm", "wrapTransform") |