Closed imme-w closed 3 months ago
Hi Imme, thanks for reporting the issue. I am looking into it!
Hi Imme,
Could you update your SeisMIC version to the one I released to the dev
branch a minute ago?
Pretty sure that I fixed the issue.
A small side note: If you want to correlate from all available network codes, you could use a wildcard ('*') in the network parameters.
Any ways, let me know if this fixed your problem!
Hi Peter! Thank you very much, I updated my SeisMIC version and indeed it works now! Also thanks for the tip about the wildcard, I had not thought about that yet.
Hi Peter! I have succesfully installed the
dev
branch of seisMIC and used it to compute cross-correlations between different locations codes and it works! (see below) Thanks a lot for adding this feature :). I run into problems with computing the velocity changes withmonitor.py
. The issue is as follows, if I have my network parameter in params.yaml like this:monitor.py
does not find the correlation files, as the output says this:I have discoved that changing the network parameters like this solves the issue:
because then the output of
monitor.py
(see below) gives the right combinations and velocity changes appear in the right directory.But at some point I will be dealing with different network codes so the network parameter will have to be a list. I also discoverd if I have the net parameter as below, so a list with two different networks:
then the output of
monitor.py
looks like shown below, it appears to only compute cross-correlations between station combinations with a different network code.So my question is, am I doing something wrong? Thank you for thinking with me!