This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Releases: usgs/groundmotion-processing
Releases · usgs/groundmotion-processing
v1.1.2
- Fixes to c compiler issues.
v1.1.0
- 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
- 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
- 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
- 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
- Adding reader/tests for Chilean (Renadic network) format.
- Documentation fixes.
v1.0.0
Fixes problems caused by event IDs containing underscores.
Merge pull request #424 from mhearne-usgs/logtest Fixing issues with event ids that have underscores in them.
Final bugfixes before release 1.0
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
Merge pull request #27 from emthompson-usgs/data Add data to MANIFEST.in