Skip to content

Commit

Permalink
flake8: fix W291 and E501
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmueller committed Mar 28, 2018
1 parent ddfc67f commit 6cdbf89
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/tif_hologram.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
corresponding `Python example <http://shampoo.readthedocs.io/en/latest
/getting_started.html#simple-numerical-reconstruction>`_.
The object returned by the
The object returned by the
:func:`get_qpimage <qpformat.file_formats.dataset.SingleData.get_qpimage`
function is an instance of :class:`qpimage.QPImage <qpimage.core.QPImage>`
which allows for field refocusing. The refocused QPImage is background-corrected
using a polynomial fit to the phase data at locations where the
amplitude data is not attenuated (bright regions in the amplitude
which allows for field refocusing. The refocused QPImage is
background-corrected using a polynomial fit to the phase data at locations
where the amplitude data is not attenuated (bright regions in the amplitude
image).
"""

Expand Down

0 comments on commit 6cdbf89

Please sign in to comment.