lsst.meas.extensions.simpleShape g498fc93c42+ab53daf755
Loading...
Searching...
No Matches
__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)