getFlippedPos#
- lsst.cbp.coordUtils.getFlippedPos(xyPos, flipX)#
Get a 2-dimensional position with the x axis properly flipped.
Parameters#
- xyPospair of
float Position to rotate.
- flipX
bool True if the x axis should be flipped (negated).
Returns#
- xyResultpair of
float xyPoswith the x axis flipped or not, according toflipX
- xyPospair of