| Field | Size | Description |
| majorVersion | byte | Major version number of the broadband processing software |
| minorVersion | byte | Minor version number of the broadband processing software |
| time | dbl word | Time of day in milliseconds since midnights as received from the AGO data acquistion unit |
| day | word | Day of the year, 1-365 (or 366 in a leap year) as received from the AGO data acquistion unit |
| year | word | Last two digits of the year as received from the AGO data acquistion unit |
| rtcTime | dbl word | Time of day in milliseconds since midnight according the real-time clock in the broadband processing hardware |
| rtcDay | word | Day of the year, 1-365 (or 366 in a leap year) according the real-time clock in the broadband processing hardware |
| rtcYear | word | Last two digits of the year according the real-time clock in the broadband processing hardware |
| recSize | dbl word | |
| offsetTime | dbl word | |
| mixerFrequency | word | This field records the frequency used in the complex bandshift during the processing. The value indicates the center of the 2 kHz band, thus a value of 2000 indicates that the data recorded is in the range of 1-3 kHz. |
| sampleTime | dbl word | |
| sampleBits | word | |
| sampleWordSize | word | |
| agcBits | word | Multiply this quantity by 6 in order to get the value of the automatic gain control in decibels during this recording. |
| errors | word | Number of errors which occured during snapshot. |
Thus, the total length of the VLF Header is 62 bytes ( 21 bytes of the
beginning string, 1 null byte, plus 40 bytes of header fields). However,
if any errors occured during the snapshot or subsequent processing ( errors
> 0 ), there is an additional Error Record which follows the VLF Header.
Following the VLF Header is the data from the broadband snapshot.
The data is read as eight-bit signed quantities. Each
data point consists of an 8-bit real component and 8-bit imaginary component
which are read consequectively. In addition, every other data point
must be multiplied by the quantity -1. Therefore, the broadband looks
like this:
| real( dataPoint1) |
| imag( dataPoint1) |
| - real( dataPoint2) |
| - imag( dataPoint2) |
| real( dataPoint3) |
| .... |
[AGO Home]