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.
Attachments
Issue Links
Activity
Field | Original Value | New Value |
---|---|---|
Epic Link |
|
Risk Score | 0 |
Assignee | Russell Owen [ rowen ] |
Sprint | AP F18-3 [ 748 ] | |
Story Points | 2 | 4 |
Status | To Do [ 10001 ] | In Progress [ 3 ] |
Summary | Rename inverse() and getInverse() to inverted() | Rename invert() and getInverse() to inverted() |
Description |
Implement |
Implement Also rename the {{simplify}} method of astshim {{Mapping}} to {{simplifed}} for the same reason. Note that this is little used outside of astshim. |
Reviewers | John Swinbank [ swinbank ] | |
Status | In Progress [ 3 ] | In Review [ 10004 ] |
Story Points | 4 | 2 |
Status | In Review [ 10004 ] | Reviewed [ 10101 ] |
Resolution | Done [ 10000 ] | |
Status | Reviewed [ 10101 ] | Done [ 10002 ] |
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.