Skip to content

Commit

Permalink
Merge pull request #46 from lsst/tickets/DM-47449
Browse files Browse the repository at this point in the history
DM-47449: Update configs and check values for more stable linearizer verification
  • Loading branch information
erykoff authored Nov 14, 2024
2 parents ac012c1 + c24c4de commit d89e058
Show file tree
Hide file tree
Showing 7 changed files with 46,690 additions and 46,689 deletions.
3 changes: 2 additions & 1 deletion DATA/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ def getVerifyCmd(stage, expList, pipelineFile):
if stage == "linearizer":
args.append("-c verifyLinearizerPtcExtract:useEfdPhotodiodeData=False "
"-c verifyLinearizerSecondLinearizer:splineKnots=5 "
"-c verifyLinearizerSecondLinearizer:usePhotodiode=False")
"-c verifyLinearizerSecondLinearizer:usePhotodiode=False "
"-c verifyLinearizerSecondLinearizer:maxFracLinearityDeviation=0.001")

return getExecutableCmd("ctrl_mpexec", "pipetask", *args)

Expand Down
Loading

0 comments on commit d89e058

Please sign in to comment.