Closed d-chambers closed 9 years ago
Short answer:
Rather than using default value of trim = [30, 150], (which means 30 sec before origin and 150 sec after) use tighter parameters like trim = [1, 35]
Long answer:
What is happening here is that you are mixing event files that have full continuous event data and files that only have a short amount of data available around the origin time. When the default trim value is used in the detex.subspace.createCluster call it results in event data with vastly different lengths, those that have data available for the full 3 minute range and those that only have a small amount of data around the origin available. Detex tries to throw out traces with outlier lengths in the _testStreamLengths call, which results in throwing all of your data away for station IMU. This behavior will be corrected in a future version but for now just shorten the trim window.
Okay. That makes sense. Thanks for the help. I'm glad that it was something simple.
On Tue, Oct 13, 2015 at 10:50 PM, Derrick notifications@github.com wrote:
Closed #6 https://github.com/d-chambers/Detex/issues/6.
— Reply to this email directly or view it on GitHub https://github.com/d-chambers/Detex/issues/6#event-434810768.
I've been trying to create clusters and haven't been having any luck. I keep getting this error:
I've attached the Template Key and the Station Key files that I'm using. I did try running the tutorial again to be sure it wasn't Detex and the tutorial ran correctly. I tried just running the clustering on one station (IMU) and I still received the same error. I'm going to keep trying to figure out why I'm having this trouble, but any insight into the issue would be great.
Oh, I can pull data, it's just getting the cluster to form that I'm having issue.
If it helps to narrow the issue, I also have had trouble creating a subspace. I thought that maybe it was my previous cluster (which created correctly just a few days ago (with more stations in the Station Key and more events in the Template Key) so I tried remaking the cluster and I started receiving the above error.
StationKey.txt TemplateKey.txt