基于C#的Aether大地电磁系统原始数据文件读写及应用
|
|
贺景龙, 寇少磊, 刘诚, 李含, 杨凯
|
Reading, writing, and application of raw data files from the Aether magnetotelluric system based on the C# programming language
|
|
HE Jing-Long, KOU Shao-Lei, LIU Cheng, LI Han, YANG Kai
|
|
表2 atts文件数据头字节分配
|
Table 2 Data header byte allocation table of atts file
|
|
| 字节位置 | 数据类型 | 字节数 | 字节意义 | 备注 | | 1~8 | string(字符串) | 8 | ATEXHG | | | 9~10 | int16(2字节整型) | 2 | 道数 | | | 11~12 | int16(2字节整型) | 2 | 占位 | | | 17~24 | double(双精浮点型) | 8 | 采样率 | | | 25~28 | int32(4字节整型) | 4 | 开始时间 | 时间戳 | | 33~36 | int32(4字节整型) | 4 | 结束时间 | 时间戳 | | 37~40 | int32(4字节整型) | 4 | 持续时间 | s | | 41~44 | int32(4字节整型) | 4 | 采样数 | | | 63~78 | string(字符串) | 16 | 仪器编号 | | | 89~142 | 通道类型 | 54 | CH1 | Ex | | 143~196 | 通道类型 | 54 | CH2 | Ey | | 197~250 | 通道类型 | 54 | CH3 | Hx | | 251~304 | 通道类型 | 54 | CH4 | Hy | | 305~358 | 通道类型 | 54 | CH5 | Hz | | 359~952 | 通道类型 | 11×54 | CH6-CH16 | 预留通道 | | 953~956 | int32(4字节整型) | 4 | 点号 | | | 957~964 | double(双精浮点型) | 8 | 经度 | | | 965~972 | double(双精浮点型) | 8 | 纬度 | | | 973~976 | float(浮点型) | 4 | 高程 | | | 977~978 | int16(2字节整型) | 2 | 线号 | | | 985~2048 | | | 保留字节 | 扩展保留 |
|
|
|