|
lsst.afw g712618294e+4813a5392e
|
Classes | |
| class | CameraWrapper |
| class | DetectorWrapper |
Functions | |
| def | compare2DFunctions (self, func1, func2, minVal=-10, maxVal=None, nVal=5) |
| def | assertTransformMapsEqual (self, map1, map2, **kwds) |
| def | assertAmplifiersEqual (self, amp1, amp2) |
| def | assertDetectorsEqual (self, detector1, detector2, *compareTransforms=True, **kwds) |
| def | assertDetectorCollectionsEqual (self, collection1, collection2, **kwds) |
| def | assertCamerasEqual (self, camera1, camera2, **kwds) |
| def lsst.afw.cameraGeom.testUtils.assertAmplifiersEqual | ( | self, | |
| amp1, | |||
| amp2 | |||
| ) |
Definition at line 453 of file testUtils.py.
| def lsst.afw.cameraGeom.testUtils.assertCamerasEqual | ( | self, | |
| camera1, | |||
| camera2, | |||
| ** | kwds | ||
| ) |
Compare two Camers.
Definition at line 511 of file testUtils.py.
| def lsst.afw.cameraGeom.testUtils.assertDetectorCollectionsEqual | ( | self, | |
| collection1, | |||
| collection2, | |||
| ** | kwds | ||
| ) |
Compare two DetectorCollections.
Definition at line 502 of file testUtils.py.
| def lsst.afw.cameraGeom.testUtils.assertDetectorsEqual | ( | self, | |
| detector1, | |||
| detector2, | |||
| * | compareTransforms = True, |
||
| ** | kwds | ||
| ) |
Compare two Detectors.
Definition at line 477 of file testUtils.py.
| def lsst.afw.cameraGeom.testUtils.assertTransformMapsEqual | ( | self, | |
| map1, | |||
| map2, | |||
| ** | kwds | ||
| ) |
Compare two TransformMaps.
Definition at line 439 of file testUtils.py.
| def lsst.afw.cameraGeom.testUtils.compare2DFunctions | ( | self, | |
| func1, | |||
| func2, | |||
minVal = -10, |
|||
maxVal = None, |
|||
nVal = 5 |
|||
| ) |
Compare two Point2D(Point2D) functions by evaluating them over a range of values.
Definition at line 421 of file testUtils.py.