Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Labels:
-
Story Points:2
-
Epic Link:
-
Sprint:AP F18-3
-
Team:Alert Production
Description
Implement RFC-500 by renaming the invert method of geom AffineTransform, geom LinearTransform and afw GridTransform and the getInverse method of afw Transform and astshim Mapping to inverted.
Also rename the simplify method of astshim Mapping to simplifed for the same reason. Note that this is little used outside of astshim.
Retain the old names for backwards compatibility in all but astshim (because our use of astshim is fairly localized) and mark the old methods as deprecated. File a ticket to remove the old names. But if time permits, do update our current code in the DM stack to use the new names. That should go quickly.