Skip to content

Commit

Permalink
Merge pull request #295 from lsst-ts/increase-maxFracBadPixels
Browse files Browse the repository at this point in the history
Increase max frac bad pixels
  • Loading branch information
jfcrenshaw authored Nov 29, 2024
2 parents 96089ba + 1c1d2e3 commit 3e9fd7d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/versionHistory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@
Version History
##################

.. _lsst.ts.wep-13.0.4:

-------------
13.0.4
-------------

* Increased maxFracBadPixels in pipelines to 8 pixels per 200^2.

.. _lsst.ts.wep-13.0.3:

-------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ tasks:
from lsst.ts.wep.task import EstimateZernikesDanishTask
config.estimateZernikes.retarget(EstimateZernikesDanishTask)
donutStampSelector.maxSelect: 2
donutStampSelector.maxFracBadPixels: 2.0e-4

# Define pipeline steps
subsets:
Expand Down
1 change: 1 addition & 0 deletions pipelines/production/comCamRapidAnalysisPipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ tasks:
estimateZernikes.saveHistory: False
estimateZernikes.maskKwargs: { "doMaskBlends": False }
donutStampSelector.maxSelect: 5
donutStampSelector.maxFracBadPixels: 2.0e-4

# Define pipeline steps
subsets:
Expand Down

0 comments on commit 3e9fd7d

Please sign in to comment.