We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a4b3e commit 27b8257Copy full SHA for 27b8257
python/desc/imsim/atmPSF.py
@@ -33,7 +33,7 @@ def _wavefront_gradient(self, u, v, t, theta):
33
Z = galsim.OpticalScreen(diam=8.36, obscuration=0.61, aberrations=[0]*4+list(z))
34
return Z._wavefront_gradient(u, v, t, theta)
35
36
- def _stepK(self, **kwargs):
+ def _getStepK(self, **kwargs):
37
return self.stepk
38
39
0 commit comments