Closed dkirkby closed 6 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.
Fixed in #91.
@julienguy noticed that the following line from cell [23] of the FiberlossExamples notebook:
does not work. In this case, the fix is to use:
This issue is to rerun the whole notebook and make any necessary updates.