Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Releases: usgs/groundmotion-processing

v1.1.2

31 Aug 18:15
e47e6b8
Compare
Choose a tag to compare
v1.1.2 Pre-release
Pre-release
  • Fixes to c compiler issues.

v1.1.0

30 Aug 15:48
e5c9831
Compare
Choose a tag to compare
v1.1.0 Pre-release
Pre-release
  • Instrument response correction will now always try to use poles/zeros to remove
    response, and only use the simpler sensitivity method if no poles/zeros are available.
  • The pattern matching on excluding FDSN records is improved to better handle wildcards,
    and can be applied to channel, network, station, and location codes.
  • Fixed a bug where zeros could be returned by the Konno-Omachi smoothing algorithm.
    Now it will return nans if there's no point within the smoothing window, and there's
    an option to zero-pad the data to ensure that there are points in all windows.
  • Fixed bug in Raoof et al. attention model (that is used for fitting a Brune spectra
    to the signal spectra)
  • Added a goodness-of-fit measure of the Brune spectra to the signal spectra.
  • Fixed bug in station map that allowed the extent to be too small if there's only one
    station and it is very close to the earthquake.
  • Fixed bugs in code for reading the workspace file into Matlab that arose because it
    was not kept up to date with other changes in the code.
  • Relaxed the restrictions placed on the allowed IMT/IMC combinations.
  • Fixed a bug in how the upsampling was done when computing high-frequency response
    spectra. The code now does the full upsampling method as recommended by Boore and
    Goulet (2014; DOI 10.1007/s10518-013-9574-9), and we added a test of low sample rate
    records against the high-frequency response spectra reported by NGA East for the same
    record.

v1.0.4

25 Mar 16:55
84ea2e6
Compare
Choose a tag to compare
v1.0.4 Pre-release
Pre-release
  • Fix handling sensitivity units other than meters.
  • Added optional p_arrival_shift parameter to allow users to shift signal split time
    left or right as needed.
  • General optimization.

v1.0.3

14 Jan 00:29
c683e46
Compare
Choose a tag to compare
v1.0.3 Pre-release
Pre-release
  • Minor config tweaks.
  • Modified Turkey/KNET fetchers to handle cases where no earthquakes are found.
  • Exit gracefully when no data is found.
  • Added Geonet near real-time url to list of FDSN services when event is less than 7
    days old.
  • Added CESMD fetcher.
  • Added matlab functions for reading ASDF and documentation.
  • Allow for setting the precision of data tables.

v1.0.2

17 Oct 20:13
0f99c1b
Compare
Choose a tag to compare
v1.0.2 Pre-release
Pre-release
  • Now using ASDF dataset ifilter() method to speed up search times for waveforms in
    HDF files.
  • Improved windowing to remove signal from multiple events in the same waveform.
  • Added moveout plots to summary report.
  • Improved spectral fitting.
  • Add QA checks for multiple events.

v1.0.1

30 Sep 20:41
7796a21
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release
  • Adding reader/tests for Chilean (Renadic network) format.
  • Documentation fixes.

v1.0.0

25 Sep 19:34
54f1e50
Compare
Choose a tag to compare
  • Initial release.

Fixes problems caused by event IDs containing underscores.

23 Sep 20:06
9b675e6
Compare
Choose a tag to compare
Merge pull request #424 from mhearne-usgs/logtest

Fixing issues with event ids that have underscores in them.

Final bugfixes before release 1.0

26 Aug 20:25
9f43375
Compare
Choose a tag to compare
Pre-release
Merge pull request #410 from mhearne-usgs/pathfix

Final fixes to stream workspace to add net.sta path to auxiliary data…

Update manifest and dependencies

12 Feb 15:53
36106c9
Compare
Choose a tag to compare
Pre-release
Merge pull request #27 from emthompson-usgs/data

Add data to MANIFEST.in