Skip to content

Commit

Permalink
Merge pull request #2084 from magnunor/TYPO_estimate_shift2D_docstring
Browse files Browse the repository at this point in the history
Fix typo and missing comma in signal2d.estimate_shift2D docstring
  • Loading branch information
ericpre committed Oct 30, 2018
2 parents 0f943a6 + 1597e62 commit 9efebf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hyperspy/_signals/signal2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def estimate_shift2D(self,
chunk_size: {None, int}
If int and `reference`=='stat' the number of images used
as reference are limited to the given value.
roi : tuple of ints or floats (left, right, top bottom)
roi : tuple of ints or floats (left, right, top, bottom)
Define the region of interest. If int(float) the position
is given axis index(value).
sobel : bool
Expand All @@ -392,7 +392,7 @@ def estimate_shift2D(self,
plot : bool or "reuse"
If True plots the images after applying the filters and
the phase correlation. If 'reuse', it will also plot the images,
but it will only use one figure, and continously update the images
but it will only use one figure, and continuously update the images
in that figure as it progresses through the stack.
dtype : str or dtype
Typecode or data-type in which the calculations must be
Expand Down

0 comments on commit 9efebf8

Please sign in to comment.