Instrument response files for seismic stations in South Korea (accelerometer)
收藏资源简介:
A paper related to this dataset will be submitted. Examples to deconvolve the instrument response from raw data are below, using the Seismic Analysis Code (SAC, version sac-101.6a). 1. A unit of output is 'm/s2' <pre><code class="language-bash">r $input rtr rmean taper TRANS FROM POLEZERO S $pzfile TO none FREQ 0.05 0.1 1.5 3.0 w acc.sac q</code></pre> 2. A unit of output is 'm/s' <pre><code class="language-bash">r $input rtr rmean taper TRANS FROM POLEZERO S $pzfile TO none FREQ 0.05 0.1 1.5 3.0 TRANS FROM ACC TO VEL w vel.sac q</code></pre> 3. A unit of output is 'm' <pre><code>r $input rtr rmean taper TRANS FROM POLEZERO S $pzfile TO none FREQ 0.05 0.1 1.5 3.0 TRANS FROM ACC TO VEL rtr rmean taper TRANS FROM VEL TO NONE w disp.sac q</code></pre> Note that the unit of the output is incoherent with the SAC header 'IDEP'. <strong>Others</strong> Velocity seismometer https://doi.org/10.5281/zenodo.3700312<br> Accelerometer https://doi.org/10.5281/zenodo.3872436



