Skip to content

Commit

Permalink
Remove all mention of SphericalConvexPolygon
Browse files Browse the repository at this point in the history
Two notes claimed that the vertex list in a TractInfo might someday
become SphericalConvexPolygon but that will not happen.
SphericalConvexPolygon is a class in the `geom` package, which we
are no longer using.
  • Loading branch information
r-owen committed May 10, 2018
1 parent b36d8ac commit 59594dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/lsst/skymap/tractInfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def __init__(self, id, patchInnerDimensions, patchBorder, ctrCoord, vertexCoordL
@warning
- It is not enforced that ctrCoord is the center of vertexCoordList, but SkyMap relies on it
- vertexCoordList will likely become a geom SphericalConvexPolygon someday.
"""
self._id = id
try:
Expand Down Expand Up @@ -283,7 +282,6 @@ def getVertexList(self):
"""Get list of sky coordinates of vertices that define the boundary of the inner region
@warning: this is not a deep copy
@warning vertexCoordList will likely become a geom SphericalConvexPolygon someday.
"""
return self._vertexCoordList

Expand Down

0 comments on commit 59594dd

Please sign in to comment.