lsst.meas.extensions.simpleShape gcf0d15dbbd+8434c23715
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)