Skip to content

Commit

Permalink
Added joitFitPair config to task.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Dec 5, 2024
1 parent b305211 commit 82d2245
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions python/lsst/ts/wep/task/estimateZernikesDanishTask.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ class EstimateZernikesDanishConfig(EstimateZernikesBaseConfig):
doc="Binning factor to apply to the donut stamps before estimating "
+ "Zernike coefficients. A value of 1 means no binning.",
)
jointFitPair = pexConfig.Field(
dtype=bool,
default=True,
doc="Whether to jointly fit intra/extra pairs, when a pair is provided. "
+ "If False, Zernikes are estimated for each individually, then averaged. ",
)


class EstimateZernikesDanishTask(EstimateZernikesBaseTask):
Expand Down

0 comments on commit 82d2245

Please sign in to comment.