Skip to content

Commit 27b8257

Browse files
committed
fix for interface change in galsim v2.0.7
1 parent d5a4b3e commit 27b8257

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/desc/imsim/atmPSF.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ def _wavefront_gradient(self, u, v, t, theta):
3333
Z = galsim.OpticalScreen(diam=8.36, obscuration=0.61, aberrations=[0]*4+list(z))
3434
return Z._wavefront_gradient(u, v, t, theta)
3535

36-
def _stepK(self, **kwargs):
36+
def _getStepK(self, **kwargs):
3737
return self.stepk
3838

3939

0 commit comments

Comments
 (0)