Metadata-Version: 2.1
Name: miniseed2mat
Version: 0.1.6
Summary: Analyzing MiniSEED seismic data in MATLAB
Home-page: https://www.earthinversion.com/utilities/converting-mseed-data-to-mat-and-analyzing-in-matlab/
Keywords: matlab,seismic waveforms,python to matlab,seismology,miniseed
Author: Utpal Kumar
Author-email: utpalkumar50@gmail.com
Requires-Python: >=3.9,<3.11
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: obspy (>=1.2.2,<2.0.0)
Requires-Dist: scipy (>=1.7.3,<2.0.0)
Project-URL: Documentation, https://github.com/earthinversion/convert-mseed2mat
Description-Content-Type: text/markdown

## Analyzing MiniSEED seismic data in MATLAB 

For details on the usage, visit the earthinversion post: https://www.earthinversion.com/utilities/converting-mseed-data-to-mat-and-analyzing-in-matlab/

## Output data structure

- `stats` contains all the meta data information corresponding to each trace, and
- `data` contain the time series data

```
mat_file.mat -> stats, data
stats -> stats_0, stats_1, ...
data -> data_0, data_1, ...
```

