lsst.afw  21.0.0-27-g37a8c363b+1e633d4884
Classes | Functions
lsst.afw.cameraGeom.testUtils Namespace Reference

Classes

class  DetectorWrapper
 
class  CameraWrapper
 

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, **kwds)
 
def assertDetectorCollectionsEqual (self, collection1, collection2, **kwds)
 
def assertCamerasEqual (self, camera1, camera2, **kwds)
 

Function Documentation

◆ assertAmplifiersEqual()

def lsst.afw.cameraGeom.testUtils.assertAmplifiersEqual (   self,
  amp1,
  amp2 
)

Definition at line 452 of file testUtils.py.

◆ assertCamerasEqual()

def lsst.afw.cameraGeom.testUtils.assertCamerasEqual (   self,
  camera1,
  camera2,
**  kwds 
)
Compare two Camers.

Definition at line 509 of file testUtils.py.

◆ assertDetectorCollectionsEqual()

def lsst.afw.cameraGeom.testUtils.assertDetectorCollectionsEqual (   self,
  collection1,
  collection2,
**  kwds 
)
Compare two DetectorCollections.

Definition at line 500 of file testUtils.py.

◆ assertDetectorsEqual()

def lsst.afw.cameraGeom.testUtils.assertDetectorsEqual (   self,
  detector1,
  detector2,
**  kwds 
)
Compare two Detectors.

Definition at line 476 of file testUtils.py.

◆ assertTransformMapsEqual()

def lsst.afw.cameraGeom.testUtils.assertTransformMapsEqual (   self,
  map1,
  map2,
**  kwds 
)
Compare two TransformMaps.

Definition at line 438 of file testUtils.py.

◆ compare2DFunctions()

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.