Published April 26, 2022
| Version v0.1.3
Software
Open
OBStools: Software for processing broadband ocean-bottom seismic data
Authors/Creators
- 1. University of Ottawa
- 2. University of Hawaii at Manoa
Description
This release fixes a number of issues with the spectral calculations, plotting functions, channel descriptions and data handling. These changes appear mostly in the codebase, the scripts being largely un-touched. Changes include:
- Windowed Fourier transform is now calculated with
scipy.signal.stft, for the QC steps and other spectral calculations. This ensures all windows are the same and avoids loading thescipy.signal.spectrogramand renders theutils.sliding_windowsfunction obsolete. - The full spectra are now kept in memory, as opposed to truncated spectra for the positive frequencies. This avoids potential bugs but increases the size of objects saved to disk.
- All example data are now provided in SAC format and no longer in .pkl files, which avoids
pickleversion conflicts. - All scripts and functions load seismic data in
SACdata format and no longer save theEventStreamobjects as .pkl files. - All functions are free of
StDbarguments, improving flexibility in the API - API docstring and documentation have been updated
Files
nfsi-canada/OBStools-v0.1.3.zip
Files
(27.9 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:b566cdf8f7418abe84f171346ef85935
|
27.9 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/nfsi-canada/OBStools/tree/v0.1.3 (URL)