ROBelgium / MSNoise

A Python Package for Monitoring Seismic Velocity Changes using Ambient Seismic Noise | http://www.msnoise.org
European Union Public License 1.1
176 stars 83 forks source link

problem about config #328

Closed amell567 closed 8 months ago

amell567 commented 8 months ago

Hello, I don't know why my msnoise was uninstalled today. After I re-installed, msnoise test could not take effect and the config interface showed an error. What should I do? YBWS8%7$CY_}{R2F SLAE_G 90F`3T$4A%W{OK5SM9DNWR8 _C{KDVAW(FVAHI22ML 5`K0

amell567 commented 8 months ago

@ZX41RGNZ39T35QH LD$YKN

ThomasLecocq commented 7 months ago

I guess you reinstalled from "master", which is under development for the moment.

the windsorizing parameter was replaced by winsorizing , which you can adapt by:

msnoise db execute "update config set name='winsorizing' where name='windsorizing' "

please note that it's not the only change to the dev version, including the new mov_stack parameter structure etc.