Skip to content

Releases: ROBelgium/MSNoise

BugFixes + Improvements

16 Jun 10:09
Compare
Choose a tag to compare

Some bugfixes (thanks to all reporters) and improvements for this release:

  • Bugfix: station ordered by net, sta
  • Bugfix: s03 -> remove explicit MSEED
  • Bugfix: database_tools: add gps2DistAzimuth import
  • Bugfix: s07 -> left, right are now defined from the first plot
  • Improvement: Add support for manual DB.ini path
  • Improvement: Cleaner s07 plot script
  • Improvement: s03: add taper to each slice before FFT in whiten
  • Improvement: s01: add headonly=True arg to the read function, should make the archive scan faster
  • Minor Documentation update

BugFix - Improvement of scan_archive and new_jobs

01 May 09:36
Compare
Choose a tag to compare

Thanks to some great early MSNoise adopters who reported problems using the mailing-list, we have identified a few bugs and tricky situations where some steps failed. This is the case for

  • scan_archive: there were major issues using Threads, this step uses Process for multiprocessing, which is much safer. The only problem remaining is that there is no more console-logging of the found/identified files. To be corrected soon.
  • new_jobs: mostly rewritten, all jobs are properly identified now. There should no more lost jobs !

I've also reflected those changes in the documentation.

BugFix - Compatibility Impovement

25 Feb 17:01
Compare
Choose a tag to compare

Small bugs have been corrected
Numpy 1.8.0 is supported (wait for 1.8.1 to avoid numpy/numpy#4276)
Obspy 0.9.0 is supported

BugFix in DatabaseTools

06 Nov 11:02
Compare
Choose a tag to compare

"In s06compute_dtt.py, when updated_days_for_dates is called with pair as "%", it doesn't work in database_tools.py. There is no query result back when calling days = session.query(Job).filter(Job.pair == pair).filter(Job.day >= date1).filter(Job.day <= date2).filter(Job.type == type).filter(Job.lastmod >= lastmod).group_by(Job.day).order_by(Job.day).all().

It probably work under windows, but it doesn't work in Linux."

Thanks for reporting, Xiao, it's now corrected.

Thomas

BugFix in Stack

23 Oct 07:55
Compare
Choose a tag to compare

A bug in the Stack procedure has been corrected and the database_tools have been updated. There should be a slight performance improvement in the search for updated_days within a specified moving-window.

Major Release

17 Oct 13:41
Compare
Choose a tag to compare

This release is not backward compatible. The database scheme and the way to handle the DB have changed dramatically to make the process easier.

The installation process is now much simpler. MySQL is no longer required and the database in/outs are handled by sqlalchemy.

From now on, the documentation of the releases will be available on http://msnoise.org/doc.

The steps names have changed in order to allow the imports of the modules. This was needed for the documentation, too.

Old Version release - Archive

17 Oct 13:18
Compare
Choose a tag to compare
Merge pull request #7 from pgervais/pep8

PEP8 fixes.

[minor] Usage of scipy.fftpack instead of np.fft

26 Aug 05:32
Compare
Choose a tag to compare

Changed np.fft to scipy.fftpack in the processing methods for improved performances.

Initial MSNoise Release

25 Aug 13:56
Compare
Choose a tag to compare
1.0

initial import of MSNoise