PtyLab / PtyLab.py

Python implementation of ptylab
Other
18 stars 8 forks source link

Bug in Operators.py for scaledPolychromeASP propagator #47

Open apelekan opened 1 year ago

apelekan commented 1 year ago

Line 402 should be: reconstruction.dxd Line 407 should be: return reconstruction.esw, ifft2c(fft2c(fields) Q2) Q1

dboonz commented 9 months ago

@larsloetgering is this correct?

apelekan commented 9 months ago

for the current version of the Operators.py in the main branch, it should be lines 407 and 412 I think