|
lsst.geom g19811a7679+d02280c829
|
Go to the source code of this file.
Namespaces | |
| namespace | lsst |
| namespace | lsst::geom |
| namespace | lsst.geom.testUtils |
Functions | |
| lsst.geom.testUtils.extraMsg (msg) | |
| lsst.geom.testUtils.assertAnglesAlmostEqual (testCase, ang0, ang1, maxDiff=0.001 *arcseconds, ignoreWrap=True, msg="Angles differ") | |
| lsst.geom.testUtils.assertPairsAlmostEqual (testCase, pair0, pair1, maxDiff=1e-7, msg="Pairs differ") | |
| lsst.geom.testUtils.assertPairListsAlmostEqual (testCase, list0, list1, maxDiff=1e-7, msg=None) | |
| lsst.geom.testUtils.assertSpherePointsAlmostEqual (testCase, sp0, sp1, maxSep=0.001 *arcseconds, msg="") | |
| lsst.geom.testUtils.assertSpherePointListsAlmostEqual (testCase, splist0, splist1, maxSep=0.001 *arcseconds, msg=None) | |
| lsst.geom.testUtils.assertBoxesAlmostEqual (testCase, box0, box1, maxDiff=1e-7, msg="Boxes differ") | |