From 267ab58bdd7f79ad394506a08e8e7c60d460dc43 Mon Sep 17 00:00:00 2001 From: Amy Stamile <74275278+amystamile-usgs@users.noreply.github.com> Date: Wed, 29 Nov 2023 10:08:26 -0700 Subject: [PATCH] Updated findrx docs (#5263) * Updated findrx docs * Addressed PR feedback --- isis/src/base/apps/findrx/findrx.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/isis/src/base/apps/findrx/findrx.xml b/isis/src/base/apps/findrx/findrx.xml index be7603115e..1ff77e68ab 100644 --- a/isis/src/base/apps/findrx/findrx.xml +++ b/isis/src/base/apps/findrx/findrx.xml @@ -10,6 +10,9 @@ It will also modify the cube's label so the Reseaus are matched with sub-pixel accuracy. The new reseau coordinate set is then set to "Refined", and the validity of the pixels that have nothing wrong will be set to 1. + NOTE: Please be aware that refining the reseaux locations will modify the image distortion + once applications that utilize the camera model (campt, qview, etc) are used. Thus findrx has + the practical effect of changing the geometry of the image. </description> <category> -- GitLab