PeterMakus / SeisMIC

SeisMIC is a python software suite to monitor velocity changes using ambient seismic noise.
https://petermakus.github.io/SeisMIC/
European Union Public License 1.2
43 stars 11 forks source link

File Pattern Search in Monitor of h5 files does not find files #70

Closed PeterMakus closed 2 weeks ago

PeterMakus commented 1 month ago

Avoid duplicates

Bug Summary

see Discussion #69

Caused by the change of the file-naming of the h5 files. The old version in monitor.py was only looking for files with the network-network.station-station.h5 pattern. In SeisMIC 0.6.x, the file pattern will be changed entirely to network-network.station-station.location-location.channel.channel.h5 (see also, issue #65 ).

This is already fixed in a future commit.

Code to Reproduce

No response

Error Traceback

No response

SeisMIC Version?

0.5.25

Operating System?

No response

Python Version?

No response

Installation Method?

None

PeterMakus commented 2 weeks ago

fixed in v0.6.0