Skip to content

Commit

Permalink
Use SpherePoint instead of IcrsCoord
Browse files Browse the repository at this point in the history
This only appeared in one comment
  • Loading branch information
r-owen committed Mar 16, 2018
1 parent 3ece300 commit 2d1e03e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/lsst/ap/pipe/selectImages.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ def runDataRef(self, dataRef, coordList, makeDataRefList=True,
Parameters
----------
coordList : `list` of `Coord`
List of Coord specifying boundary of patch
coordList : `list` of `lsst.afw.geom.SpherePoint`
List of ICRS sky coordinates specifying boundary of patch
selectDataList : `list` of `SelectStruct`
List of SelectStruct, to consider for selection
makeDataRefList : `boolean`, optional
Expand Down

0 comments on commit 2d1e03e

Please sign in to comment.