Coverage for tests/test_measurementFramework.py : 92%

Hot-keys 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
# # LSST Data Management System # # Copyright 2008-2017 AURA/LSST. # # This product includes software developed by the # LSST Project (http://www.lsst.org/). # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the LSST License Statement and # the GNU General Public License along with this program. If not, # see <https://www.lsstcorp.org/LegalNotices/>. #
lsst.afw.geom.Extent2I(240, 160)) lsst.afw.geom.ellipses.Quadrupole(8, 9, 3))
'ext_simpleShape_SimpleShape_Ix_Iy_Cov', 'ext_simpleShape_SimpleShape_IxxSigma', 'ext_simpleShape_SimpleShape_Ixx_Ix_Cov', 'ext_simpleShape_SimpleShape_Ixx_Ixy_Cov', 'ext_simpleShape_SimpleShape_Ixx_Iy_Cov', 'ext_simpleShape_SimpleShape_Ixx_Iyy_Cov', 'ext_simpleShape_SimpleShape_IxySigma', 'ext_simpleShape_SimpleShape_Ixy_Ix_Cov', 'ext_simpleShape_SimpleShape_Ixy_Iy_Cov', 'ext_simpleShape_SimpleShape_IySigma', 'ext_simpleShape_SimpleShape_IyySigma', 'ext_simpleShape_SimpleShape_Iyy_Ix_Cov', 'ext_simpleShape_SimpleShape_Iyy_Ixy_Cov', 'ext_simpleShape_SimpleShape_Iyy_Iy_Cov', 'ext_simpleShape_SimpleShape_flag', 'ext_simpleShape_SimpleShape_x', 'ext_simpleShape_SimpleShape_xx', 'ext_simpleShape_SimpleShape_xy', 'ext_simpleShape_SimpleShape_y', 'ext_simpleShape_SimpleShape_yy'])
""" Test that Simple shape will run as a plugin, a functor key can be created, and result object can be created. Testing of the algorithm is left to testSimpleShape.py """
# Check the keys are in the schema
# check that SimpleShapeResultKey can be created and that it returns a results object
lsst.utils.tests.init() unittest.main() |