Skip to content

Commit

Permalink
Updates Pattern Matching Links (DOI-USGS#5656)
Browse files Browse the repository at this point in the history
  • Loading branch information
amystamile-usgs authored Nov 4, 2024
1 parent ea8743c commit 2ead6f7
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 16 deletions.
3 changes: 1 addition & 2 deletions isis/src/base/apps/autoregtemplate/autoregtemplate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@
<document>
<title>Pattern Matching in ISIS</title>
<source>
<filename>PatternMatch.html</filename>
<path>../../../../documents/PatternMatch/</path>
<path>https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/</path>
</source>
</document>
</documents>
Expand Down
9 changes: 4 additions & 5 deletions isis/src/control/apps/coreg/coreg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
<a href="../../../../documents/PatternMatch/PatternMatch.html">Pattern
<a href="https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/">Pattern
Matching</a> 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
Expand Down Expand Up @@ -73,7 +73,7 @@

<p>
For further discussion of the parameters used in this DEFFILE, see the
<a href="../../../../documents/PatternMatch/PatternMatch.html">Pattern
<a href="https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/">Pattern
Matching</a> 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
Expand Down Expand Up @@ -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 <a href="../../../../documents/PatternMatch/PatternMatch.html">
see the <a href="https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/">
Pattern Matching</a> 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.
Expand Down Expand Up @@ -148,8 +148,7 @@
<document>
<title>Pattern Matching in ISIS</title>
<source>
<filename>PatternMatch.html</filename>
<path>../../../../documents/PatternMatch/</path>
<path>https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/</path>
</source>
</document>
</documents>
Expand Down
3 changes: 1 addition & 2 deletions isis/src/control/apps/pointreg/pointreg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,7 @@
<document>
<title>Pattern Matching in ISIS</title>
<source>
<filename>PatternMatch.html</filename>
<path>../../../../documents/PatternMatch/</path>
<path>https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/</path>
</source>
</document>
</documents>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TemplateList *> regTemplates = m_directory->project()->regTemplates();
Expand Down
3 changes: 1 addition & 2 deletions isis/src/qisis/objs/MatchTool/MatchTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
3 changes: 1 addition & 2 deletions isis/src/qisis/objs/QnetTools/QnetTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: ");
Expand Down
2 changes: 1 addition & 1 deletion isis/src/qisis/objs/StereoTool/StereoTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: "
"<a href=\"http://isis.astrogeology.usgs.gov/documents/PatternMatch/PatternMatch.html\">"
"<a href=\"https://astrogeology.usgs.gov/docs/concepts/control-networks/pattern-matching/\">"
"Pattern Matching</a>");
quickDesc->setWordWrap(true);
quickDesc->setOpenExternalLinks(true);
Expand Down

0 comments on commit 2ead6f7

Please sign in to comment.