Skip to content

Commit 7f0285d

Browse files
authored
Merge pull request #1537 from dwcaress/caress-tmp
Caress tmp
2 parents 53ecb07 + 23bf8d3 commit 7f0285d

24 files changed

Lines changed: 209 additions & 206 deletions

ChangeLog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,9 @@ navigation and attitude data with multibeam data, all collected on a submerged A
7979
which the platform depth is defined by a pressure sensor rather than the heave output
8080
by the INS.
8181

82+
Programs mbgrdviz, mbeditviz, mbnavadjust: Fixed the mouse button description for Rotate
83+
View mode so that the right button is properly labeled as zoom rather than exaggeration.
84+
8285
#### 5.8.3beta06 (October 1, 2025)
8386

8487
GMT integration: Fixed compiler directives insuring

src/html/mbedit.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ <H2>DESCRIPTION</H2>
7676
the acrosstrack dimension.
7777
<P>
7878
The number of pings displayed,
79-
and the width, vertical exageration, and annotation of the plot
79+
and the width, vertical exaggeration, and annotation of the plot
8080
are all set by the user. Unflagged bathymetry points
8181
are shown as small filled black squares, and flagged bathymtetry points
8282
are shown as small unfilled red or blue squares. Soundings
@@ -130,14 +130,14 @@ <H2>DESCRIPTION</H2>
130130
is underlain by a red box, and a small black box appears to the left
131131
of the label. These colored labels help users identify
132132
bad bathymetry points which lie outside the box defined by the current
133-
vertical exageration and plot width values. In the case where unflagged
133+
vertical exaggeration and plot width values. In the case where unflagged
134134
depths lie outside the plotting box (red label), clicking on the small
135135
black box to the left of the ping label automatically flags all of the
136136
depth values outside the plotting box. Alternatively,
137137
users can decrease the
138-
vertical exageration and/or increase the plot width to bring the
138+
vertical exaggeration and/or increase the plot width to bring the
139139
offending bathymetry points into view. Users should be aware that
140-
extreme bathymetric slopes or the use of high vertical exagerations
140+
extreme bathymetric slopes or the use of high vertical exaggerations
141141
may cause good depth values to lie outside the plotting box for
142142
the first and last pings in view.
143143
<P>
@@ -801,12 +801,12 @@ <H2>INTERACTIVE CONTROLS</H2>
801801
width of 10 meters but the slider jumps from 1 to 47), the slider
802802
can be changed by increments of 1 by clicking with the left button
803803
inside the slider area, but not on the slider itself.
804-
<DT><B>Vertical Exageration</B>
804+
<DT><B>Vertical exaggeration</B>
805805

806806
<DD>
807-
This slider sets the depth scale in terms of vertical exageration.
807+
This slider sets the depth scale in terms of vertical exaggeration.
808808
The depth scale will change as the cross track distance scale is
809-
changed to maintain the same vertical exageration.
809+
changed to maintain the same vertical exaggeration.
810810
If a particular value is desired which cannot be
811811
obtained by dragging the slider, the slider
812812
can be changed by increments of 0.01 by clicking with the left button

src/html/mbgrdviz.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,12 +124,12 @@ <H2>DESCRIPTION</H2>
124124
display is a perspective view that includes both rotation of the topographic model and
125125
of the viewpoint. To rotate the model, select the &quot;Rotate Model&quot; button (or the &lt;Mouse-&gt;Rotate Model&gt;
126126
menu item). The left button can be used to pick topography, the middle button will rotate the model
127-
when clicked and dragged, and the right button will change the vertical exageration when
128-
clicked and moved up (more exageration) or down (less exageration). To rotate the viewpoint,
127+
when clicked and dragged, and the right button will change the vertical exaggeration when
128+
clicked and moved up (more exaggeration) or down (less exaggeration). To rotate the viewpoint,
129129
select the &quot;Rotate View&quot; button (or the &lt;Mouse-&gt;Rotate View&gt;
130130
menu item). The left button can be used to pick topography, the middle button will rotate the model
131-
when clicked and dragged, and the right button will change the vertical exageration when
132-
clicked and moved up (more exageration) or down (less exageration).
131+
when clicked and dragged, and the right button will change the vertical exaggeration when
132+
clicked and moved up (more exaggeration) or down (less exaggeration).
133133
<P>
134134
<A NAME="lbAF">&nbsp;</A>
135135
<H2>MB-SYSTEM AUTHORSHIP</H2>
@@ -533,7 +533,7 @@ <H2>INTERACTIVE CONTROLS: MBview Colors and Contours Window</H2>
533533
<DD>
534534
<B>[3D Parameters]:{View Orientation &amp; Zoom}Zoom</B>
535535

536-
<DT><B>[3D Parameters]:Vertical Exageration</B>
536+
<DT><B>[3D Parameters]:Vertical exaggeration</B>
537537

538538
<DD>
539539
<DT><B>[3D Parameters]:{Pan}X</B>

src/html/mbm_grd3dplot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ <H2>SIMPLE DESCRIPTION OF BASIC OPTIONS</H2>
134134
Sets the parameters which control the
135135
synthetic illumination of the gridded data (shaded relief).
136136
The value <I>magnitude</I>
137-
is an effective vertical exageration which modulates the intensity of
137+
is an effective vertical exaggeration which modulates the intensity of
138138
the shading; typical values are in the 0.1 to 10 range.
139139
The value <I>azimuth</I>
140140
is the azimuth in degrees from north from which the data is illuminated.
@@ -352,7 +352,7 @@ <H2>COMPLETE DESCRIPTION OF OPTIONS</H2>
352352
Sets the parameters which control the
353353
synthetic illumination of the gridded data (shaded relief).
354354
The value <I>magnitude</I>
355-
is an effective vertical exageration which modulates the intensity of
355+
is an effective vertical exaggeration which modulates the intensity of
356356
the shading; typical values are in the 0.1 to 0.5 range.
357357
The value <I>azimuth</I>
358358
is the azimuth from which the data is illuminated.

src/html/mbm_grdplot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ <H2>SIMPLE DESCRIPTION OF BASIC OPTIONS</H2>
156156
Sets the parameters which control the
157157
synthetic illumination of the gridded data (shaded relief).
158158
The value <I>magnitude</I>
159-
is an effective vertical exageration which modulates the intensity of
159+
is an effective vertical exaggeration which modulates the intensity of
160160
the shading; typical values are in the 0.1 to 10 range.
161161
The value <I>azimuth</I>
162162
is the azimuth in degrees from north from which the data is illuminated.
@@ -368,7 +368,7 @@ <H2>COMPLETE DESCRIPTION OF OPTIONS</H2>
368368
Sets the parameters which control the
369369
synthetic illumination of the gridded data (shaded relief).
370370
The value <I>magnitude</I>
371-
is an effective vertical exageration which modulates the intensity of
371+
is an effective vertical exaggeration which modulates the intensity of
372372
the shading; typical values are in the 0.1 to 0.5 range.
373373
The value <I>azimuth</I>
374374
is the azimuth from which the data is illuminated.

src/html/mbm_grdtiff.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ <H2>SIMPLE DESCRIPTION OF BASIC OPTIONS</H2>
109109
Sets the parameters which control the
110110
synthetic illumination of the gridded data (shaded relief).
111111
The value <I>magnitude</I>
112-
is an effective vertical exageration which modulates the intensity of
112+
is an effective vertical exaggeration which modulates the intensity of
113113
the shading; typical values are in the 0.1 to 10 range.
114114
The value <I>azimuth</I>
115115
is the azimuth in degrees from north from which the data is illuminated.
@@ -296,7 +296,7 @@ <H2>COMPLETE DESCRIPTION OF OPTIONS</H2>
296296
Sets the parameters which control the
297297
synthetic illumination of the gridded data (shaded relief).
298298
The value <I>magnitude</I>
299-
is an effective vertical exageration which modulates the intensity of
299+
is an effective vertical exaggeration which modulates the intensity of
300300
the shading; typical values are in the 0.1 to 0.5 range.
301301
The value <I>azimuth</I>
302302
is the azimuth from which the data is illuminated.

src/html/mbm_plot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ <H2>SIMPLE DESCRIPTION OF BASIC OPTIONS</H2>
165165
shaded relief bathymetry or bathymetry draped with amplitude data.
166166
If <I>mode</I> is set to 2 (shaded relief bathymetry) using the
167167
<B>-G</B> option, then the value <I>magnitude</I>
168-
is an effective vertical exageration which modulates the intensity of
168+
is an effective vertical exaggeration which modulates the intensity of
169169
the shading; typical values are in the 1-5 range. The value <I>azimuth</I>
170170
is the azimuth from which the bathymetry is illuminated.
171171
If <I>mode</I> is set to 3 (bathymetry shaded using amplitudes) using the
@@ -404,7 +404,7 @@ <H2>COMPLETE DESCRIPTION OF OPTIONS</H2>
404404
shaded relief bathymetry or bathymetry draped with amplitude data.
405405
If <I>mode</I> is set to 2 (shaded relief bathymetry) using the
406406
<B>-G</B> option, then the value <I>magnitude</I>
407-
is an effective vertical exageration which modulates the intensity of
407+
is an effective vertical exaggeration which modulates the intensity of
408408
the shading; typical values are in the 1-5 range. The value <I>azimuth</I>
409409
is the azimuth from which the bathymetry is illuminated.
410410
If <I>mode</I> is set to 3 (bathymetry shaded using amplitudes) using the

src/html/mbswath.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ <H2>OPTIONS</H2>
234234
shaded relief bathymetry or bathymetry draped with amplitude data.
235235
If <I>mode</I> is set to 2 (shaded relief bathymetry) using the
236236
<B>-Z</B> option, then the value <I>magnitude</I>
237-
is an effective vertical exageration which modulates the intensity of
237+
is an effective vertical exaggeration which modulates the intensity of
238238
the shading; typical values are in the 1-5 range. The value <I>azimuth</I>
239239
is the azimuth from which the bathymetry is illuminated.
240240
If <I>mode</I> is set to 3 (bathymetry shaded using amplitudes) using the

src/html/mbvelocitytool.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ <H2>INTERACTIVE CONTROLS</H2>
340340
display and the raypath display. The minimum depths of these
341341
displays are always zero. The acrosstrack distance axis of the raypath
342342
display automatically adjusts so that the rays are plotted with
343-
no vertical exageration.
343+
no vertical exaggeration.
344344
<DT><B>Plot Scaling-&gt;Velocity Range</B>
345345

346346
<DD>
@@ -406,7 +406,7 @@ <H2>INTERACTIVE CONTROLS</H2>
406406
good beam relative to the linear fit. The average of the bathymetry residuals
407407
is displayed in the upper right part of the window as a function of beam number,
408408
along with &quot;error bars&quot; indicating the standard deviations of the residuals.
409-
Raypaths are displayed without vertical exageration in the lower part of the
409+
Raypaths are displayed without vertical exaggeration in the lower part of the
410410
window; these represent the first raypath calculated for each beam while
411411
processing the current data (most will be from the first ping). Anomalously
412412
shallow bathymetry maps into negative residuals and deep bathymetry into positive

0 commit comments

Comments
 (0)