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?

  1. set up basic pattern
    1. max data / s
    2. get average and remove mean (baseline shift)
  2. set up pattern for analysis
    1. max data / 2hr
    2. fitting pattern
    3. get # sigma for each patterns (fitting parameters vary from different sensors)
  3. matching time structure to Rn data.

Untitled

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