来源
Deglitches软件包来源于[1]。可以在https://pss-gitlab.math.univ-paris-diderot.fr/data-processing-wg/seisglitch/-/tree/master中下载。
使用教程在https://seisglitch.readthedocs.io/en/latest/index.html中
[1]. Scholz, J.-R., Widmer-Schnidrig, R., Davis, P., Lognonné, P., Pinot, B., Garcia, R. F., et al. (2020). Detection, analysis, and removal of glitches from InSight’s seismic data from Mars. Earth and Space Science, 7, e2020EA001317. https://doi.org/10.1029/2020EA001317
[2]. Lognonné, P., Schimmel, M., Stutzmann, E., Davis, P., Drilleau, M., Sainton, G., et al. (2023). Detection of Mars normal modes from S1222a event and seismic hum. Geophysical Research Letters, 50, e2023GL103205. https://doi.org/10.1029/2023GL103205
简介
该软件包是为了去除由于温度剧烈变化等原因导致地震仪出现的极大峰值噪声。这种噪声普遍呈现在火星地震仪上,且无法通过滤波消除(Lognonne, et al, 2023)。
config.yml文件
该文件是进行Glitch操作的控制文件,即每一步运行的输入文件。它控制所有方法的参数。因此该文件的参数设置十分重要。
Glitch探测
使用’detect’方法进行Glitch探测。该方法将生成一个txt文件,表述Glitch出现的各种参数,如时间、数量等。
该方法是进行Glitch去除的一个重要步骤,运行方式如下:
seisglitch detect path/to/config.yml
Glitch去除
使用’remove’方法去除Glitch。该方法将原始数据去除Glitch,生成deGlitch后的数据与Glitch数据。
seisglitch remove path/to/config.yml
Glitch绘制
进行Glitch的绘图。该方法将数据中的Glitch使用细直线标记出来。
seisglitch plot path/to/config.yml