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