|
lsst.afw g712618294e+4813a5392e
|
Public Member Functions | |
| def | compareGeometry (self, other, *assembly=True, regions=True) |
Definition at line 82 of file _amplifier.py.
| 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.