TwistPy icon indicating copy to clipboard operation
TwistPy copied to clipboard

6-C Wave parameter estimation: gulf of alaska earthquake

Open sysdy opened this issue 1 year ago • 2 comments

Hello, why is my six-component seismic data parameter estimation inaccurate based on your tutorial "6-C Wave Parameter Estimation: Gulf

===============

This tutorial will teach you how to use TwistPy to process six-component seismic data recorded by collocated translational and rotational seismometers. The data used in this tutorial was recorded at the large ring laser observatory ROMY in Fürstenfeldbruck, Germany, after the January 2

In my parameter estimation, for the value of Vr, I set up the EstimatorConfiguration as follows: est = EstimatorConfiguration( wave_types=["R"], method="DOT", scaling_velocity=scaling_velocity, use_ml_classification=False, vr=[3000, 4000, 100], xi=[-90, 90, 2], phi=[150, 210, 1], eigenvector=0, ) No matter what range I set, it always displays the minimum value of this range, and all computed Vr values are the same. For example, vr=[3000, 4000, 100] ultimately results in a value of 3000. Do you know what might be causing this issue?

sysdy avatar Sep 27 '24 04:09 sysdy