Fig. 1: Two obligatory input files and one additional file for the velocity model.
The user must provide a network inventory file (StationXML) and waveforms containing the recorded earthquake in MiniSEED format. Additionally, the user can provide a velocity model. If the velocity model is not provided, the P and S wave velocities at the source will be used for travel time calculations.
The application also requires P or S wave arrival times for time window selection. The user can either load these from a QuakeML file or pick them directly within the application.
⚠️ WARNING: Only one P and one S wave pick from each station are used. The user should pick P wave arrival times on the Z (vertical) component and S wave arrival times on either the E or N component.
Fig. 2: Loading arrival times from file. In this example 21 picks were correctly imported as points.
Fig. 3: Example of picking P phase arrival on a vertical EHZ channel of MOSK seismic station.
The user can also load event coordinates from a QuakeML file containing the event location (e.g., from the results of a phase association application) or manually enter them into the form. Latitude and longitude should be provided in degrees, while depth should be specified in kilometers.
Fig. 4: Loading event coordinates from the QuakeML file.
Input Parameters
The user must define essential source parameters, including P and S wave velocities and the rock density in the source region. If an additional velocity model file is not provided, these values will be used to create a constant velocity model.
⚠️ WARNING: These parameters have a significant impact on the final results, so they should be selected carefully.
The time window should be carefully chosen:
The user needs to specify the minimum and maximum frequency for the analysis. Selecting a frequency range that is too wide or too narrow can negatively affect the accuracy of the results.
The user can choose to perform the analysis for:
The user has the option to include station elevations in the analysis.
Recommendation: If the velocity model is of poor quality, it is better to disable this option, in which case all elevations are set to 0 to avoid introducing errors.
Fig. 5: Basic input parameters.
Users have access to several advanced options that can be adjusted to customize the analysis.
Users can select the length of a taper, which smooths the edges of time windows. This process helps manage potential signal artifacts and reduces spectral leakage during Fourier Transform calculations.
Frequency Threshold: Users can set a minimum S/N ratio for frequencies. If the S/N ratio is below this threshold for a given frequency, that frequency is excluded from spectral fitting.
Time Window Threshold: For each time window, an average S/N ratio is computed. If this value does not meet the specified minimum spectral S/N ratio, the corresponding time window is excluded from the analysis.
Users can choose between the Madariaga or Brune source models for calculating source size and stress drop, depending on their preference or the specifics of their analysis.
Spectrum Model
The spectral fitting can be performed using either the Brune or Boatwright spectrum models, as specified by the user.
Users can select whether to use the L1 norm or L2 norm for spectral fitting.
A Z-score threshold can be defined to filter out extreme values of spectral parameters. If any of the parameters such as spectral level, corner frequency or quality factor exceeds this threshold, all parameters (for this seismic station) are excluded from the analysis for P or S waves.
The user can also define quality factor range for spectral fitting. The user can also fix the range by providing the same lower and upper bound Q.
Fig. 6. Advanced input parameters.
Fig. 7: Example spectra of S-waves for a Mw~2.0 seismic event.
To prepare the signals for analysis, the data undergoes preprocessing in three steps:
Time window is selected from the seismogram based on P or S wave pick and length of time window. Then it is tapered (i.e. smoothed) on both sides to avoid problems with signal transformation to frequency domain.
Warnings:
Additionally, the noise time window with the same length is selected either directly before P wave arrival time or in case it is not present at the beginning of the provided time signal. It will be used for excluding stations which S/N ratio is smaller than a threshold value defined by the user and/or certain frequencies during spectral fitting.
Transformation to frequency domain
The software transforms the signals from all channels into the frequency domain using the Fast Fourier Transform (FFT), then calculates the root-mean-square for all channels in the stream to obtain the mean spectrum for each specific seismic station.
The first method for estimating the low-frequency spectral level and corner frequency is the J-K integrals (Snoke, 1987).
The results from the J-K integrals are used as the initial solution for the spectral fitting method. This method employs the Nelder-Mead optimization algorithm to fit the obtained spectra, corrected for exponential attenuation, to a model spectrum — either Brune (1) or Boatwright (2). The software excludes frequencies from the calculations where the S/N ratio does not exceed the threshold value specified by the user.
This method returns not only optimal corner frequency and low-frequency spectral level but also quality factor (damping).
(1)
(2)
Where: Ω0 – seismic moment, fc – corner frequency, f – frequency.
Both the J-K integrals method and spectral fitting return the spectral level and corner frequency. Using these two values, along with some input parameters and constant values listed below, the software calculates the spectral parameters.
Constants depending on the source model:
K_BRUNE = 0.37
K_MADARIAGA_P = 0.32
K_MADARIAGA_S = 0.21
Radiation coefficients:
G_P = 0.52
G_S = 0.63
The calculated spectral parameters include the seismic moment (3), which can be directly converted to moment magnitude (4), source radius (5), and stress drop (6).
(3)
Where: v – velocity (either of P or S waves), d – distance from the source, g – radiation coefficient (either for P or S waves)
(4)
(5)
Where: k – constant value depending on the source model (Brune or Marariaga for P or S waves)
(6)
As a result, the software returns spectral parameters for all stations. To calculate the average parameters for the seismic event, the software checks for outliers based on the Z-score defined by the user. If any parameter is identified as an outlier, the data from that station is excluded from the analysis.
In addition to the average value, an error factor is calculated assuming a log-normal distribution. The range of values within one standard deviation can be computed using formulas 7 and 8.
(7)
(8)
Where: xe – error factor, x – average value of a parameter.