desihub / specsim

Quick simulations of spectrograph response
2 stars 9 forks source link

Fiberloss tutorial is out of date #76

Closed dkirkby closed 6 years ago

dkirkby commented 7 years ago

@julienguy noticed that the following line from cell [23] of the FiberlossExamples notebook:

desi.atmosphere.seeing['fwhm_ref'] = seeing

does not work. In this case, the fix is to use:

desi.atmosphere.seeing_fwhm_ref = seeing

This issue is to rerun the whole notebook and make any necessary updates.

dkirkby commented 6 years ago

Fixed in #91.