We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@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.
The text was updated successfully, but these errors were encountered:
Fixed in #91.
Sorry, something went wrong.
No branches or pull requests
@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.
The text was updated successfully, but these errors were encountered: