You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: IMC.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -3051,9 +3051,9 @@
3051
3051
+--------+------------------+-----+
3052
3052
| Section| Flag Label | Bit |
3053
3053
+========+==================+=====+
3054
-
| H4.1 | Intensities flag | 0 |
3054
+
| H3.1 | Intensities flag | 0 |
3055
3055
+--------+------------------+-----+
3056
-
| H4.2 | Angle step flag | 1 |
3056
+
| H3.2 | Angle step flag | 1 |
3057
3057
+--------+------------------+-----+
3058
3058
3059
3059
.. figure:: ../images/imc_multibeam.png
@@ -3066,8 +3066,8 @@
3066
3066
3067
3067
angle[i] = H2_start_angle + (32-bit sum of D1_angle_step[0] through D1_angle_step[i]) * H4_scaling_factor
3068
3068
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".
3071
3071
* The type *uintX_t* will depend on the number of bits per unit, and it should be a multiple of 8.
3072
3072
* Furthermore, for now, 32 bits is the highest value of bits per unit supported.
0 commit comments