Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
czwa committed Jun 15, 2023
1 parent a057931 commit f6bd2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/cp/pipe/measureCrosstalk.py
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ def filterCrosstalkCalib(inCalib):
Filtered calibration.
"""
outCalib = CrosstalkCalib()
outCalib.numAmps = inCalib.numAmps
outCalib.nAmp = inCalib.nAmp

outCalib.coeffs = inCalib.coeffs
outCalib.coeffs[~inCalib.coeffValid] = 0.0
Expand Down

0 comments on commit f6bd2b3

Please sign in to comment.