Skip to content

Commit

Permalink
Update tutorial.rst
Browse files Browse the repository at this point in the history
Fixed one simple spelling typo
  • Loading branch information
mssgill authored and martinberoiz committed Feb 28, 2024
1 parent 9e11a5d commit 6aba41b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ and the transformation parameters.
It will also return a tuple with two lists of star positions of ``source`` and its corresponding ordered star postions on
the ``target`` image.

The transformation parameters can be found in ``transf.rotation``, ``transf.traslation``, ``transf.scale``
The transformation parameters can be found in ``transf.rotation``, ``transf.translation``, ``transf.scale``
and the transformation matrix in ``transf.params``.

If the transformation is satisfactory, we can apply it to the image with ``apply_transform``.
Expand Down

0 comments on commit 6aba41b

Please sign in to comment.