Why automatic attractive? large amount of seismic data ; if manually,it depends om experience of analyst; Quliaty can be obscured by several factors such as background and non-stationary noise from diverse sources; 该软件使用的方法为 STA-LTA(针对振幅突变识别很有效): AMP…
函数封装: /** * 获取当前时间 * 格式YYYY-MM-DD */ Vue.prototype.getNowFormatDate = function() { var date = new Date(); var seperator1 = "-"; var year = date.getFullYear(); var month = date.getMonth() + 1; var strDate = date.getDate(); if (month >= 1 &…