Skip to content

Commit

Permalink
remove no longer relevant comment
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed Dec 20, 2018
1 parent 4950b15 commit 84df437
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/lsst/jointcal/jointcal.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,6 @@ def runDataRef(self, dataRefs, profile_jointcal=False):
# Get the bounding box overlapping all associated images
# ==> This is probably a bad idea to do it this way <== To be improved
bbox = associations.getRaDecBBox()
# with Python 3 this can be simplified to afwGeom.SpherePoint(*bbox.getCenter(), afwGeom.degrees)
bboxCenter = bbox.getCenter()
center = afwGeom.SpherePoint(bboxCenter[0], bboxCenter[1], afwGeom.degrees)
bboxMax = bbox.getMax()
Expand Down

0 comments on commit 84df437

Please sign in to comment.