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
I am defining a custom optic from an analytic function from a FITS file, and the keyword pupilscale (which is explained in the docs file [https://poppy-optics.readthedocs.io/en/latest/extending.html]) doesn't work. It gives me this error message:
OpticalElement.init(self, name=name, **kwargs)
TypeError: init() got an unexpected keyword argument 'pupilscale'
It is due to a new update in the code, so it would be usefull to update in the doc too.
The text was updated successfully, but these errors were encountered:
I am defining a custom optic from an analytic function from a FITS file, and the keyword pupilscale (which is explained in the docs file [https://poppy-optics.readthedocs.io/en/latest/extending.html]) doesn't work. It gives me this error message:
OpticalElement.init(self, name=name, **kwargs)
TypeError: init() got an unexpected keyword argument 'pupilscale'
It is due to a new update in the code, so it would be usefull to update in the doc too.
The text was updated successfully, but these errors were encountered: