Data summary file
The data summary file passes the summary of input data to the inversion program joint_inv. Different file formats are used for surface wave dispersion curves and receiver functions. The filename can be arbitrary, which are to be specified in main parameter file via the parameters disper_in and recv_func_in.
Surface wave dispersion curves
Format
-
Comment out by # is acceptable
-
Empty lines are ignored.
-
Line 1: n_disp (The number of data files)
-
Line 2 and after: Summary of each data file (must be repeated n_disp times)
-
Line i: data file name
-
Line ii: disper_phase, n_mode, freq_or_period
- Line vii: sig_hv_min, sig_hv_max, dev_sig_hv
- Line viii: sig_ra_min, sig_ra_max, dev_sig_ra
-
Receiver functions
Format
-
Comment out by # is acceptable
-
Empty lines are ignored.
-
Line 1: n_rf (The number of data files)
-
Line 2 and after: Summary of each data file (must be repeated n_rf times)
-
Line i: data file name
-
Line iii: rf_phase
-
Line iv: t_start (start time of analysis window), t_end (end time of the analysis window)
-
Line v: sig_rf_min, sig_rf_max, dev_sig_rf
-
Line vi: deconv_flag, correct_amp, damp
-