Skip to content

Commit

Permalink
Removing binning config that snuck back in during rebase.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Nov 13, 2024
1 parent 31086c3 commit 144f15f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/lsst/ts/wep/task/estimateZernikesBase.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,6 @@ class EstimateZernikesBaseConfig(pexConfig.Config):
default=False,
doc="If True, returns wavefront deviation. If False, returns full OPD.",
)
binning = pexConfig.Field(
dtype=int,
default=1,
doc="Binning factor to apply to the donut stamps before estimating "
+ "Zernike coefficients. A value of 1 means no binning.",
)
saveHistory = pexConfig.Field(
dtype=bool,
default=False,
Expand Down

0 comments on commit 144f15f

Please sign in to comment.