Recent Releases of https://github.com/petermakus/seismic
https://github.com/petermakus/seismic - 0.6.19
The latest beta release of SeisMIC features a few new features and addresses some bugs reported over the past 6 months.
Added a number of new features
- SDS path for local data is now more flexible and can be altered into any other format string. This is done in the params.yaml
- New and more comprehensive logging
- addition of 1D spectrogram plotting
- reference traces can now be defined using time windows
- spectrum can now be normalised by maximum
Bugfixes
- bugfix in monitor, when no preProcessing was executed during correlation
- bugfix for windows where some logging files had a colon
- Exception for internal mseed errors
- Added a taper that was missing between a Fourier transform. The missing taper may have caused noise in older versions of the code
- channel codes can now have length of n+1; the params.yaml file accepts channel codes in the component field
- catching TypeError, when getvalidtraces returns None
List of Pull Requests
- Dev jojomale by @jojomale in https://github.com/PeterMakus/SeisMIC/pull/83
- Dev jojomale by @PeterMakus in https://github.com/PeterMakus/SeisMIC/pull/85
- Dev jojomale by @PeterMakus in https://github.com/PeterMakus/SeisMIC/pull/88
- Dev by @PeterMakus in https://github.com/PeterMakus/SeisMIC/pull/97
New Contributors
- @jojomale made their first contribution in https://github.com/PeterMakus/SeisMIC/pull/83
Full Changelog: https://github.com/PeterMakus/SeisMIC/compare/v0.6.5-beta...v0.6.192-beta
- Python
Published by PeterMakus 7 months ago
https://github.com/petermakus/seismic - v0.6.5-beta
What's Changed
- SeisMIC does now take location codes into account. Unfortunately, this results in an incompatibility with the old h5-databases. Hence, SeisMIC 0.6.5 does not read or write to old databases.
Full Changelog: https://github.com/PeterMakus/SeisMIC/compare/v0.5.23-beta...v0.6.5-beta
- Python
Published by PeterMakus over 1 year ago
https://github.com/petermakus/seismic - 0.5.23
This release introduces a number of minor features:
What's Changed
- A bug in the conversion of geographic to local coordinate system was fixed that caused inaccuracies in regions far away from the meridian and the equator
- Component option can now be defined in
params.yaml - Allow computing the posterior covariance for the LLQ spatial inversion
- Introduced method to align newly incoming dv/v estimates to an existing dv/v grid
- other minor rutines and functionalities where changed
Full Changelog: https://github.com/PeterMakus/SeisMIC/compare/v0.5.3-beta...v0.5.23-beta
- Python
Published by PeterMakus almost 2 years ago
https://github.com/petermakus/seismic - SeisMIC 0.5.3
This is SeisMIC's release associated with the paper preprint.
Since the last version, a whole lot of chances have happened. Some of them are listed here:
- Spatial Inversion of seismic velocity changes to create a seismic velocity change map
- computing spectrograms directly from the raw data
- computing the waveform coherence
- Performance improvements for single and multi-core computations.
- a whole lot of minor changes (refer to the list of commits for details)
- Python
Published by PeterMakus over 2 years ago
https://github.com/petermakus/seismic - SeisMIC 0.1.30
The first official SeisMIC release :partying_face:
This version is fairly well-tested and should work. However, it does not contain all latest features.
With this version you will be able to:
- download continuous seismic data from FDSN providers or use data you have locally available
- Compute cross-, self-, or autocorrelations
- Access these correlations from hdf5 containers
- Compute seismic velocity changes from these correlations
- Plotting tools
- A bunch of pre and postprocessing functions
Most notably, you will not be able to compute spatial dv/v solutions. This feature is currently only available on the dev branch.
If you should experience bugs, please create an issue here on GitHub.
- Python
Published by PeterMakus about 3 years ago