Type1073741824 (Image data Stores various kinds of images.)
Size: variable
Occurence: E2ESeriesStructure, E2ESliceStructure
Different kinds of images are stored in this structure. Currently we know the following types:
- 33620481: LocalizerNIR (
int8u) - 35652097: Bscan (
float16u)
The custom float16u used to store the Bscan data, has no sign, a 6-bit exponent und 10-bit mantissa.
| Offset | Name | Size | Parses to | Description |
|---|---|---|---|---|
| 0 | size | 4 | int | Size of the data |
| 4 | type | 4 | int | Type of the data |
| 8 | n_values | 4 | int | Number of values in the data |
| 12 | height | 4 | int | Height of the image |
| 16 | width | 4 | int | Width of the image |
| 20 | data | variable | Any | Image data |