# MseedProcess **Repository Path**: chenjingzhi-cjb/mseed-process ## Basic Information - **Project Name**: MseedProcess - **Description**: 用于将地震仪的数据(.mseed)转换为 ascii 格式并进行傅里叶变换处理。 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-12 - **Last Updated**: 2025-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 命令参数 1. 数据对齐时长(-A),单位 ms,默认为 32500 2. 执行效果(-E): 1. 直接展示频谱图(C),默认 2. 导出数据到 Excel 表格(S),保存在 "data/result.xlsx" ## 操作流程及命令示例 1. 将 "*.mseed" 文件放入 "data/" 目录下 2. 在当前目录下运行 cmd => python main.py (默认数据对齐时长为 32.5 s,直接展示频谱图) => python main.py -A 90000 (设置数据对齐时长为 90 s) => python main.py -E S (导出数据到 Excel 表格)