Skip to content

Commit

Permalink
Merge pull request #272 from lsst/tickets/DM-46546
Browse files Browse the repository at this point in the history
DM-46546: Linearity fit residual test should use linear fit parameters as initial guess
  • Loading branch information
erykoff authored Sep 27, 2024
2 parents bf8ee26 + 7eb00a8 commit 64808d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/lsst/cp/pipe/cpLinearitySolve.py
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ def run(self, inputPtc, dummy, camera, inputDims,
residuals = np.full_like(linearizeModel, np.nan)
else:
postLinearFit, _, _, _ = irlsFit(
[0.0, 100.0],
linearFit,
inputAbscissa[mask],
linearizeModel[mask],
funcPolynomial,
Expand Down

0 comments on commit 64808d2

Please sign in to comment.