Utitlity program to convert MiniSEED into MAT format

A utility program that uses the Obspy library in Python to convert the mseed file to mat format.
Updated 7 May 2021

usage: convert_mseed_mat.py [-h] -inp INPUT_MSEED [-out OUTPUT_MAT]

Python utility program to convert mseed file to the mat (by Utpal Kumar, IESAS, 2021/04)

optional arguments:
-h, --help show this help message and exit
-inp INPUT_MSEED, --input_mseed INPUT_MSEED
input mseed file, e.g. example_2020-05-01_IN.RAGD..BHZ.mseed
-out OUTPUT_MAT, --output_mat OUTPUT_MAT
output mat file name, e.g. example_2020-05-01_IN.RAGD..BHZ.mat

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!