|
lsst.afw gf03f0b42f3+45adbcf3d0
|
Classes | |
| class | CameraWrapper |
| class | DetectorWrapper |
Functions | |
| compare2DFunctions (self, func1, func2, minVal=-10, maxVal=None, nVal=5) | |
| assertTransformMapsEqual (self, map1, map2, **kwds) | |
| assertAmplifiersEqual (self, amp1, amp2) | |
| assertDetectorsEqual (self, detector1, detector2, *, compareTransforms=True, **kwds) | |
| assertDetectorCollectionsEqual (self, collection1, collection2, **kwds) | |
| assertCamerasEqual (self, camera1, camera2, **kwds) | |
| lsst.afw.cameraGeom.testUtils.assertAmplifiersEqual | ( | self, | |
| amp1, | |||
| amp2 ) |
Definition at line 470 of file testUtils.py.
| lsst.afw.cameraGeom.testUtils.assertCamerasEqual | ( | self, | |
| camera1, | |||
| camera2, | |||
| ** | kwds ) |
Compare two Cameras.
Definition at line 528 of file testUtils.py.
| lsst.afw.cameraGeom.testUtils.assertDetectorCollectionsEqual | ( | self, | |
| collection1, | |||
| collection2, | |||
| ** | kwds ) |
Compare two DetectorCollections.
Definition at line 519 of file testUtils.py.
| lsst.afw.cameraGeom.testUtils.assertDetectorsEqual | ( | self, | |
| detector1, | |||
| detector2, | |||
| * | , | ||
| compareTransforms = True, | |||
| ** | kwds ) |
Compare two Detectors.
Definition at line 494 of file testUtils.py.
| lsst.afw.cameraGeom.testUtils.assertTransformMapsEqual | ( | self, | |
| map1, | |||
| map2, | |||
| ** | kwds ) |
Compare two TransformMaps.
Definition at line 456 of file testUtils.py.
| lsst.afw.cameraGeom.testUtils.compare2DFunctions | ( | self, | |
| func1, | |||
| func2, | |||
| minVal = -10, | |||
| maxVal = None, | |||
| nVal = 5 ) |
Compare two Point2D(list(Point2D)) functions by evaluating them over a range of values. Notes ----- Assumes the functions can be called with ``list[Point2D]`` and return ``list[Point2D]``.
Definition at line 429 of file testUtils.py.