Transform an amplifier builder (in-place) by applying shifts and
flips.
Parameters
----------
outOffset : `lsst.geom.Extent2I`, optional
Post-transformation return value for ``self.getRawXYOffset()``.
The default is ``(0, 0)``, which shifts the amplifier to its
position in the assembled (but still untrimmed) raw image.
outFlipX : `bool`, optional
Post-transformation return value for ``self.getRawFlipX()``. The
default is `False`, which flips the amplifier to its correct
X orientation in the assembled raw image.
outFlipX : `bool`, optional
Post-transformation return value for ``self.getRawFlipY()``. The
default is `False`, which flips the amplifier to its correct
Y orientation in the assembled raw image.
Returns
-------
self : `AmplifierBuilder`
Returned to enable method chaining, e.g.
``amplifier.rebuild().transform().finish()``.
Definition at line 132 of file _amplifier.py.