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.
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 propertydesi.atmosphere.seeing_fwhm_ref
.