desihub / specsim

Quick simulations of spectrograph response
2 stars 9 forks source link

Fix example branch #89

Closed sybenzvi closed 6 years ago

sybenzvi commented 6 years ago

I noticed that the example notebooks in docs/nb had some errors. Most of the issues were print statements that were not Python 3 compatible. The most serious issue was the call to the obsolete dictionary desi.atmosphere.seeing['fwhm_ref'] in FiberlossExamples.ipynb. This is now replaced by the property desi.atmosphere.seeing_fwhm_ref.

dkirkby commented 6 years ago

Superceded by #91.