Skip to content

Commit

Permalink
Add initial max_noll_index
Browse files Browse the repository at this point in the history
  • Loading branch information
gmegh committed Apr 5, 2024
1 parent fc1991e commit 77c6cd1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions python/lsst/ts/imsim/closed_loop_task.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,9 @@ def __init__(self) -> None:
# imSim Component
self.imsim_cmpt = None

# Maximum Noll index
self.max_noll_index = 22

# Ra/Dec/RotAng coordinates used in the simulation.
self.boresight_ra = None
self.boresight_dec = None
Expand Down

0 comments on commit 77c6cd1

Please sign in to comment.