lsst.afw g7304ef7ade+559a34a84e
Loading...
Searching...
No Matches
Public Member Functions | List of all members
lsst.afw.cameraGeom._amplifier.Amplifier Class Reference

Public Member Functions

def compareGeometry (self, other, *assembly=True, regions=True)
 

Detailed Description

Definition at line 82 of file _amplifier.py.

Member Function Documentation

◆ compareGeometry()

def lsst.afw.cameraGeom._amplifier.Amplifier.compareGeometry (   self,
  other,
assembly = True,
  regions = True 
)
Compare the geometry of this amplifier with another.

Parameters
----------
assembly : `bool`, optional
    If `True` (default) test whether flips and offsets relative to
    assembled raw are the same, and account for those when testing
    whether regions are the same.
regions : `bool`, optional
    If `True` (default) test whether full/data/overscan/prescan regions
    are the same.

Returns
-------
comparison : `AmplifierGeometryComparison`
    Flags representing the result of the comparison.

Definition at line 84 of file _amplifier.py.


The documentation for this class was generated from the following file: