Skip to content

Commit 4f4dcf8

Browse files
IMC: Fix SonarData documentation error for the multibeam flags description.
1 parent 8a5b888 commit 4f4dcf8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

IMC.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3051,9 +3051,9 @@
30513051
+--------+------------------+-----+
30523052
| Section| Flag Label | Bit |
30533053
+========+==================+=====+
3054-
| H4.1 | Intensities flag | 0 |
3054+
| H3.1 | Intensities flag | 0 |
30553055
+--------+------------------+-----+
3056-
| H4.2 | Angle step flag | 1 |
3056+
| H3.2 | Angle step flag | 1 |
30573057
+--------+------------------+-----+
30583058

30593059
.. figure:: ../images/imc_multibeam.png
@@ -3066,8 +3066,8 @@
30663066

30673067
angle[i] = H2_start_angle + (32-bit sum of D1_angle_step[0] through D1_angle_step[i]) * H4_scaling_factor
30683068

3069-
* If bit H4.1 is not set then sections H5 and D3 won't exist.
3070-
* If bit H4.2 is not set then sections H4 and D1 won't exist. In case this bit is set, then the angle steps is read from field "Beam Width" from "Beam Configuration".
3069+
* If bit H3.1 is not set then sections H5 and D3 won't exist.
3070+
* If bit H3.2 is not set then sections H4 and D1 won't exist. In case this bit is set, then the angle steps is read from field "Beam Width" from "Beam Configuration".
30713071
* The type *uintX_t* will depend on the number of bits per unit, and it should be a multiple of 8.
30723072
* Furthermore, for now, 32 bits is the highest value of bits per unit supported.
30733073

0 commit comments

Comments
 (0)