Skip to content

Commit

Permalink
fix erroneous issue number in comment text to #111
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Nov 17, 2015
1 parent 36395f0 commit b6eed44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poppy/zernike.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ def hex_aperture(npix=1024, rho=None, theta=None, vertical=False):
y = rho * np.sin(theta)
else:
# the coordinates here must be consistent with those used elsewhere in poppy
# see issue #119
# see issue #111
x_ = (np.arange(npix, dtype=np.float64) - (npix - 1) / 2.) / (npix / 2.)
x, y = np.meshgrid(x_, x_)

Expand Down

0 comments on commit b6eed44

Please sign in to comment.