From 6aba41be74b5f8aebf905f2c6d28636f1cdd996f Mon Sep 17 00:00:00 2001 From: Mandeep Gill Date: Mon, 26 Feb 2024 22:39:51 -0600 Subject: [PATCH] Update tutorial.rst Fixed one simple spelling typo --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index e3badfb..370f397 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -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``.