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