You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.
The basic structure of the instrument database has already been defined and described in the documentation. However, there should be some Python functions that allow to easily extract information without the need to do many nested accesses to the dictionary containing the database, e.g.:
print(params['horn']['I0']['ellipticity']
should become something like
print(get_ellipticity(params, beam='I0')
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The basic structure of the instrument database has already been defined and described in the documentation. However, there should be some Python functions that allow to easily extract information without the need to do many nested accesses to the dictionary containing the database, e.g.:
should become something like
The text was updated successfully, but these errors were encountered: