Convert mseed to root
Data_Geophysical is credit by Hsin-Yeh. It was replicated to Shih-Lin’s repository.
cd Data_Geophysical
python mseed2root.py <mseedFile>
mseedFile are rawdata from CWBSN
test run files : (CWBSN is closing now)
rawdata - Google Drive
NOTE!!!
All timestamp from CWBSN is in UTC. (Taiwan UTC+8)
How code work?
- set up basic pattern
- max data / s
- get average and remove mean (baseline shift)
- not necessary step, but we can look at how ground motion work in the period.
- set up pattern for analysis
- max data / 2hr
- fitting pattern
- get # sigma for each patterns (fitting parameters vary from different sensors)
- matching time structure to Rn data.

Parameters for each sensor and period (Gaussian fitting)
Period : 2021/11/1 ~ 2021/12/31
| sensor |
EHE |
EHN |
EHZ |
HH1 |
HH2 |
HHZ |
HN1 |
HN2 |
HNZ |
| bin width |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
100 |
| xbins |
0.001 |
0.001 |
0.01 |
0.001 |
0.001 |
0.001 |
0.001 |
0.001 |
0.001 |
|
|
|
|
|
|
|
|
|
|