Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions mmtwfs/wfs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ def vlt_seeing(self, spot, mode, airmass=None):
with warnings.catch_warnings():
# ignore astropy warnings about issues with the fitting process...
warnings.simplefilter("ignore")
isolist = []
# the initial angle seems to matter for getting successful fits so try a set
for ang in [0, 45, 90, 135, 180]:
try:
Expand Down