Skip to content

Commit

Permalink
Removed jmax from private Danish zk estimation method.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfcrenshaw committed Jan 22, 2024
1 parent d7aaf91 commit 0cccdeb
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/lsst/ts/wep/estimation/danish.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ def _estimateZk(
I2: Optional[Image],
zkStartI1: np.ndarray,
zkStartI2: Optional[np.ndarray],
jmax: int,
instrument: Instrument,
saveHistory: bool,
) -> np.ndarray:
Expand All @@ -245,8 +244,6 @@ def _estimateZk(
The starting Zernikes for I1 (in meters, for Noll indices >= 4)
zkStartI2 : np.ndarray or None
The starting Zernikes for I2 (in meters, for Noll indices >= 4)
jmax : int
The maximum Zernike Noll index to estimate.
instrument : Instrument
The Instrument object associated with the DonutStamps.
saveHistory : bool
Expand Down

0 comments on commit 0cccdeb

Please sign in to comment.