Skip to content

Commit

Permalink
Remove commented-out code in a unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed Sep 1, 2017
1 parent 907bef1 commit d23497f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/lsst/obs/subaru/crosstalkYagi.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ def subtractCrosstalkYagi(mi, coeffs1List, coeffs2List, gainsPreampSig, minPixel
The pixels affected by signal over minPixelToMask have the crosstalkStr bit set
"""

# ###sctrl = afwMath.StatisticsControl()
# ###sctrl.setAndMask(mi.getMask().getPlaneBitMask("DETECTED"))
# ###bkgd = afwMath.makeStatistics(mi, afwMath.MEDIAN, sctrl).getValue()
#
# These are the pixels that are bright enough to cause crosstalk (more precisely,
# the ones that we label as causing crosstalk; in reality all pixels cause crosstalk)
Expand Down

0 comments on commit d23497f

Please sign in to comment.