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

5 statements  

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)