Details
-
Type:
Improvement
-
Status: Done
-
Priority:
Minor
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:None
-
Templates:customfield_11800 17389
-
Team:Data Release Production
Description
afw.coord.Coord appears to be meant as an abstract base class, but it can be instantiated. When a Coord is instantiated it's not clear what the various coordinate conversion methods should do. I think it would be best to make sure that Coord could not be instantiated.