Amanda McPherson
Amanda McPherson
I have not double checked any events that have triggered the data clipping removal module, but it would be good to check that that is truly removing clipped stations as...
Hi @bch0w, I did not see your config file, and instead found another event where there are stations with data gaps. In that case, all 3 components of stations had...
Hi @rmodrak, Sorry for the long time between responses. I'm coming back to this now. I just commented out `check_components` in `/mtuq/io/readers/SAC.py` and MTUQ no longer crashes. However, this does...
Thanks for your quick reply, @rmodrak! I am having a little luck with a small code block along the lines of: ``` stats = {} count = 0 for sta...
I think part of the problem now is that the FK GFs do not have station names added to the traces when MTUQ puts them all together into a stream...
Is there any reason that adding ``` trace.stats.station = station.station trace.stats.location = station.location trace.stats.network = station.network ``` to mtuq/io/clients/FK_SAC.py roughly [here](https://github.com/uafgeotools/mtuq/blob/master/mtuq/io/clients/FK_SAC.py#L156) would not solve this problem entirely? Would it somehow...
@rmodrak There are other events I have currently that the feature request would indeed make a bigger difference for. I chose this event because it is relatively clear what the...
I am fine waiting a bit for you to tighten things up. My workaround currently works fine for this particular project
@thurinj So this branch would not have the new misfit function? That is more vital to this particular project of mine than the header/waveform plotting issue
@ThomasLecocq, sure I would be happy to give it a shot. Are you asking for me to create something similar to the matrix plot of the beachballs I posted in...