lsst.afw g4f66151db1+308b63831b
|
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 452 of file testUtils.py.
def lsst.afw.cameraGeom.testUtils.assertCamerasEqual | ( | self, | |
camera1, | |||
camera2, | |||
** | kwds | ||
) |
Compare two Camers.
Definition at line 510 of file testUtils.py.
def lsst.afw.cameraGeom.testUtils.assertDetectorCollectionsEqual | ( | self, | |
collection1, | |||
collection2, | |||
** | kwds | ||
) |
Compare two DetectorCollections.
Definition at line 501 of file testUtils.py.
def lsst.afw.cameraGeom.testUtils.assertDetectorsEqual | ( | self, | |
detector1, | |||
detector2, | |||
* | compareTransforms = True , |
||
** | kwds | ||
) |
Compare two Detectors.
Definition at line 476 of file testUtils.py.
def lsst.afw.cameraGeom.testUtils.assertTransformMapsEqual | ( | self, | |
map1, | |||
map2, | |||
** | kwds | ||
) |
Compare two TransformMaps.
Definition at line 438 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 420 of file testUtils.py.