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
/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).
The text was updated successfully, but these errors were encountered:
/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).
The text was updated successfully, but these errors were encountered: