最初の4バイト The first 4-bytes |
1秒分のデータブロック全体のサイズ(この4バイト自身を含む)。 The total data size of this 1 s unit, including this 4 bytes. | ||||||||||||||||||||||||||||
残り全部 All the remaining parts |
データ本体で
秒ブロック
と呼ばれ、以下の構造を持つ。 The main part of the data called a second block, which has the following structure.
|
C言語規格ISO/IEC 9899:TC2からの抜粋 A part of the C language standard ISO/IEC 9899:TC2 5.2.4.2.1 Sizes of ingeter types <limits.h> Their implementation-defined values shall be equal or greater in magnitude (absolute value) to those shown, with the same sign. — number of bits for smallest object that is not a bit-field (byte) CHAR_BIT 8 |
列 Column |
値 Value |
形式 Format |
例 Example |
1 | チャンネルコード。 A channel code. |
4桁の16進数。A-Fは大文字でも小文字でも良い。 A hexadecimal number of 4-digits. A-F can be either capital or small letters. |
999A |
2 | 回収フラグ。 A recording flag. |
整数。 An integer. |
1 |
3 | 回線遅延時間[ms]。 The delay time [ms] of a network. |
整数。 An integer. |
0 |
4 | 観測点コード。 A station code. |
文字列(10文字以内)。 A string within 10 characters. |
NU.NGY2 |
5 | 成分コード。 A component code. |
文字列(6文字以内)。 A string within 6 characters. |
U |
6 | モニター波形の振幅縮率を示す指数(2の累乗数)。 An index to determine the stretching ratio of the amplitude of a monitor waveform (the exponent of 2). |
整数。 An integer. |
7 |
7 | A/D変換の量子化ビット数。 The number of digitizing bits for an A/D conversion. |
実数。 A real number. |
24 |
8 | センサーの感度[V/単位]。
単位は第9列で与える。 The sensitivity of a sensor [V/unit]. The unit is given in the 9th column. |
実数。 A real number. |
800 |
9 | センサーの入力振幅単位。 The unit of the input amplitude of a sensor. |
文字列。変位はm、速度はm/s、加速度はm/s/sと書く。 A string. Use m, m/s, and m/s/s for displacement, velocity, and acceleration, respectively. |
m/s |
10 | 地震計の固有周期[s]。 The natural period [s] of a seismometer. |
実数。 A real number. |
1.0 |
11 | 地震計のダンピング定数。 The damping constant of a seismometer. |
実数。 A real number. |
0.7 |
12 | センサー出力からA/D変換までの電圧増幅率[dB]。 The amplification factor [dB] of a voltage from a sensor output to before an A/D conversion. |
実数。 A real number. |
20 |
13 | A/D変換の1量子化ステップ幅[V]。 The magnitude of the digitization step of an A/D conversion [V]. |
実数。 A real number. |
2.4445e-06 |
14 | 観測点の緯度[°]。 The latitude [°] of a station. |
実数。 A real number. |
35.15503 |
15 | 観測点の経度[°]。 The longitude [°] of a station. |
実数。 A real number. |
136.96908 |
16 | 観測点の標高[m]。 The altitude [m] of a station. |
実数。 A real number. |
56 |
17 | P波到着時刻の観測点補正値[s]。 The station correction of P-wave arrivals [s]. |
実数。 A real number. |
0.0 |
18 | S波到着時刻の観測点補正値[s]。 The station correction of S-wave arrivals [s]. |
実数。 A real number. |
0.0 |
9991 1 0 NU.STN1 U 6 24 400 m/s 1.0 0.7 0 5.961e-07 35.15500 136.96900 56 0 0 --end=2022/01/10_13:30:00 # ロガー交換(9991→999A) 2022/01/10 13:30停止、14:30再開 # Logger replace (9991 → 999A); stopped at 13:30 on 2022/01/10 13:30, restarted at 14:30 999A 1 0 NU.STN1 U 6 24 400 m/s 1.0 0.7 0 5.961e-07 35.15500 136.96900 56 0 0 --start=2022/01/10_14:30:00 --end=2022/02/20_10:00:00 # 観測点移設(NU.STN1→NU.STN2) 2022/02/20 10:00停止、16:00再開 # Station moved (NU.STN1 → NU.STN2); stopped at 10:00 on 2022/02/20, restarted at 16:00 999A 1 0 NU.STN2 U 6 24 400 m/s 1.0 0.7 0 5.961e-07 35.25500 136.86900 46 0 0 --start=2022/02/20_16:00:00 # 99A1は全期間通して変更なし # No change for 99A1 throughout the entire period 99A1 1 0 NU.STN3 U 6 24 400 m/s 1.0 0.7 0 5.961e-07 35.35500 136.76900 66 0 0 |