From 2ead6f704a9a169537352aa1716b76ce95a11575 Mon Sep 17 00:00:00 2001 From: Amy Stamile <74275278+amystamile-usgs@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:04:34 -0700 Subject: [PATCH] Updates Pattern Matching Links (#5656) --- isis/src/base/apps/autoregtemplate/autoregtemplate.xml | 3 +-- isis/src/control/apps/coreg/coreg.xml | 9 ++++----- isis/src/control/apps/pointreg/pointreg.xml | 3 +-- .../ControlPointEditWidget/ControlPointEditWidget.cpp | 3 +-- isis/src/qisis/objs/MatchTool/MatchTool.cpp | 3 +-- isis/src/qisis/objs/QnetTools/QnetTool.cpp | 3 +-- isis/src/qisis/objs/StereoTool/StereoTool.cpp | 2 +- 7 files changed, 10 insertions(+), 16 deletions(-) diff --git a/isis/src/base/apps/autoregtemplate/autoregtemplate.xml b/isis/src/base/apps/autoregtemplate/autoregtemplate.xml index beb5e5d264..308b827262 100644 --- a/isis/src/base/apps/autoregtemplate/autoregtemplate.xml +++ b/isis/src/base/apps/autoregtemplate/autoregtemplate.xml @@ -80,8 +80,7 @@ Pattern Matching in ISIS - PatternMatch.html - ../../../../documents/PatternMatch/ + https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/ diff --git a/isis/src/control/apps/coreg/coreg.xml b/isis/src/control/apps/coreg/coreg.xml index 55878b387c..e23fa142cc 100644 --- a/isis/src/control/apps/coreg/coreg.xml +++ b/isis/src/control/apps/coreg/coreg.xml @@ -37,7 +37,7 @@ a variety of pattern matching algorithms and parameter settings that can be used to optimize the success and accuracy of the co-registration attempt with the control point measures. It is recommended that you review the - Pattern + Pattern Matching page from the "Related Objects and Documents" section below. It is essential for using this application to understand how to create a "registration template" file and how to size your search and pattern @@ -73,7 +73,7 @@

For further discussion of the parameters used in this DEFFILE, see the - Pattern + Pattern Matching document. Briefly, the example DEFFILE will allow a successful registration only where the MaximumCorrelation algorithm's goodness-of-fit result is >=0.7, pixel value is >1400, and at @@ -101,7 +101,7 @@ be translated (FROM) and centering the pattern chip at the grid intersection for the held image (MATCH). The pattern chip is walked through the search chip to find the best registration (if any). Again, - see the + see the Pattern Matching document for further details. The local translation is recorded at all grid intersections that had a successful registration. The results are written to a control network and/or flat-file if requested. @@ -148,8 +148,7 @@ Pattern Matching in ISIS - PatternMatch.html - ../../../../documents/PatternMatch/ + https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/ diff --git a/isis/src/control/apps/pointreg/pointreg.xml b/isis/src/control/apps/pointreg/pointreg.xml index 12a1d3871c..91453808cc 100644 --- a/isis/src/control/apps/pointreg/pointreg.xml +++ b/isis/src/control/apps/pointreg/pointreg.xml @@ -109,8 +109,7 @@ Pattern Matching in ISIS - PatternMatch.html - ../../../../documents/PatternMatch/ + https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/ diff --git a/isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.cpp b/isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.cpp index 17b801b9c0..11889de62a 100644 --- a/isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.cpp +++ b/isis/src/qisis/objs/ControlPointEditWidget/ControlPointEditWidget.cpp @@ -232,8 +232,7 @@ namespace Isis { m_templateComboBox = new QComboBox(); m_templateComboBox->setToolTip("Choose a template file"); m_templateComboBox->setWhatsThis("FileName of the sub-pixel " - "registration template. Refer to $ISISROOT/doc/documents/" - "PatternMatch/PatternMatch.html for a description of the " + "registration template. Refer to https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/ for a description of the " "contents of this file."); m_templateComboBox->addItem(m_measureEditor->templateFileName()); QList regTemplates = m_directory->project()->regTemplates(); diff --git a/isis/src/qisis/objs/MatchTool/MatchTool.cpp b/isis/src/qisis/objs/MatchTool/MatchTool.cpp index a4778acda6..a436e4a1b2 100644 --- a/isis/src/qisis/objs/MatchTool/MatchTool.cpp +++ b/isis/src/qisis/objs/MatchTool/MatchTool.cpp @@ -212,8 +212,7 @@ namespace Isis { // FileName("$ISISROOT/doc/documents/PatternMatch/PatternMatch.html").fileName(); // m_templateFileNameLabel->setOpenExternalLinks(true); m_templateFileNameLabel->setWhatsThis("FileName of the sub-pixel " - "registration template. Refer to $ISISROOT/doc/documents/" - "PatternMatch/PatternMatch.html for a description of the " + "registration template. Refer to https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/ for a description of the " "contents of this file."); QVBoxLayout * centralLayout = new QVBoxLayout; diff --git a/isis/src/qisis/objs/QnetTools/QnetTool.cpp b/isis/src/qisis/objs/QnetTools/QnetTool.cpp index 6889796468..bf6bb38f2b 100644 --- a/isis/src/qisis/objs/QnetTools/QnetTool.cpp +++ b/isis/src/qisis/objs/QnetTools/QnetTool.cpp @@ -185,8 +185,7 @@ namespace Isis { // FileName("$ISISROOT/doc/documents/PatternMatch/PatternMatch.html").fileName(); // m_templateFileNameLabel->setOpenExternalLinks(true); m_templateFileNameLabel->setWhatsThis("FileName of the sub-pixel " - "registration template. Refer to $ISISROOT/doc/documents/" - "PatternMatch/PatternMatch.html for a description of the " + "registration template. Refer to https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/ for a description of the " "contents of this file."); m_groundFileNameLabel = new QLabel("Ground Source File: "); diff --git a/isis/src/qisis/objs/StereoTool/StereoTool.cpp b/isis/src/qisis/objs/StereoTool/StereoTool.cpp index c75b054bae..0cc9cfaad1 100644 --- a/isis/src/qisis/objs/StereoTool/StereoTool.cpp +++ b/isis/src/qisis/objs/StereoTool/StereoTool.cpp @@ -493,7 +493,7 @@ namespace Isis { "between the two images at each point along the profile. Registration " "parameters can be changed under Options->Registration mentu of the " "Elevation Calculator window. A discussion of these parameters can be found at: " - "" + "" "Pattern Matching"); quickDesc->setWordWrap(true); quickDesc->setOpenExternalLinks(true);