Skip to content

Commit

Permalink
Remove fwhm_500 from conditions; set as attribute of model observatory
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiannonlynne committed Sep 18, 2023
1 parent 6bb799b commit 2451999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rubin_sim/scheduler/model_observatory/model_observatory.py
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ def return_conditions(self):
self.seeing_fwhm_eff[key].fill(np.nan)
# Use the model to get the seeing at this time and airmasses.
fwhm_500 = self.seeing_data(current_time)
self.conditions.fwhm_500 = fwhm_500
self.fwhm_500 = fwhm_500
seeing_dict = self.seeing_model(fwhm_500, airmass[good])
fwhm_eff = seeing_dict["fwhmEff"]
for i, key in enumerate(self.seeing_model.filter_list):
Expand Down

0 comments on commit 2451999

Please sign in to comment.