Details
-
Type:
Story
-
Status: Won't Fix
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: afw
-
Labels:
-
Story Points:8
-
Epic Link:
-
Team:Alert Production
Description
To speed up development, DM-7888 was restricted to creating a list of Point2D. Since a list of other Point specializations would be nearly identical, they are best implemented by converting Point2DList into a template class.
The conversion must be done in a way that does not break existing code depending on Point2DList.
Attachments
Issue Links
- has to be done after
-
DM-7888 Implement Point2DList
- Won't Fix
The final design for the LSST-facing WCS interface uses standard vectors of Point and SpherePoint, with conversions to and from lower-level types being implemented as part of
DM-8439. Therefore, this issue is no longer necessary.