LSSTApplications  20.0.0
LSSTDataManagementBasePackage
__init__.py
Go to the documentation of this file.
1 from __future__ import absolute_import, division, print_function
2 
3 import lsst.meas.base as measBase
4 
5 from .simpleShape import *
6 from .version import * # generated by sconsUtils
7 
8 measBase.wrapSimpleAlgorithm(SimpleShape, name="ext_simpleShape_SimpleShape",
9  Control=SimpleShapeControl, executionOrder=measBase.BasePlugin.SHAPE_ORDER)
lsst::meas::base
Definition: Algorithm.h:37