Skip to content
New issue

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

Issues in base.py #88

Open
dougieee opened this issue Apr 10, 2018 · 0 comments
Open

Issues in base.py #88

dougieee opened this issue Apr 10, 2018 · 0 comments

Comments

@dougieee
Copy link

/soapy/soapy/wfs/base.py(290):
self.los.telDiam needs to be self.los.telescope_diameter

s/soapy/soapy/wfs/base.py(322):
phaseAddition = interp.zoom(phaseAddition, self.los.nx_out_pixels)
NameError: name 'interp' is not defined

is this supposed to be scipy.ndimage.interpolation.zoom? If so, the zoom factor should be self.los.nx_out_pixels/phaseAddition.shape[0] (instead of self.los.nx_out_pixels).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant