Skip to content

Commit

Permalink
Change docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
ebezzam committed Aug 29, 2023
1 parent 448177b commit ad4e95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lensless/recon/tikhonov.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(self, mask, image_shape, P=None, Q=None, lmbd=3e-4):
"""
Parameters
----------
mask : py:class:`~lensless.hardware.mask.CodedAperture`
mask : py:class:`lensless.hardware.mask.CodedAperture`
Coded aperture mask object.
image_shape : (`array-like` or `tuple`)
The shape of the image to reconstruct.
Expand Down

0 comments on commit ad4e95a

Please sign in to comment.