Coverage for python/lsst/meas/extensions/simpleShape/__init__.py: 100%
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
Shortcuts on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
1from __future__ import absolute_import, division, print_function
3import lsst.meas.base as measBase
5from .simpleShape import *
6from .version import * # generated by sconsUtils
8measBase.wrapSimpleAlgorithm(SimpleShape, name="ext_simpleShape_SimpleShape",
9 Control=SimpleShapeControl, executionOrder=measBase.BasePlugin.SHAPE_ORDER)