compute_RF_migration_spher_DK

Code for calculating 3D receiver function migrations… - ============================================= Requirements:

  • obspy

  • scipy

  • pandas


Location: Chavannes-pres-renens, CH Date: Mar 2022 Author: Konstantinos Michailos

Attributes

t_beg

desktop_dir

work_dir

path

sta

stream

inc

zmax

minx

maxx

pasx

miny

maxy

pasy

minz

maxz

pasz

m_params

stream_ray_trace

mObs

total_time

Functions

read_traces_sphr(path2rfs, sta)

Read all SAC files to get the seismic site details.

write_files_4_piercing_points_and_raypaths(st, sta[, ...])

plot_ray_tracing(st)

Module Contents

compute_RF_migration_spher_DK.read_traces_sphr(path2rfs, sta)[source]

Read all SAC files to get the seismic site details.

Parameters:
  • path2rfs (str) – Path to the stored RF SAC files.

  • sta (Pandas DataFrames.) – Seismic site details.

Returns:

A stream of the receiver function waveforms.

compute_RF_migration_spher_DK.write_files_4_piercing_points_and_raypaths(st, sta, piercing_depth=535, plot=True)[source]

compute_RF_migration_spher_DK.plot_ray_tracing(st)[source]

compute_RF_migration_spher_DK.t_beg[source]
compute_RF_migration_spher_DK.desktop_dir = '/home/kalmar/Desktop'[source]
compute_RF_migration_spher_DK.work_dir[source]
compute_RF_migration_spher_DK.path = '/home/kalmar/test2/'[source]
compute_RF_migration_spher_DK.sta[source]
compute_RF_migration_spher_DK.stream[source]
compute_RF_migration_spher_DK.inc = 1[source]
compute_RF_migration_spher_DK.zmax = 800[source]
compute_RF_migration_spher_DK.minx = -13.0[source]
compute_RF_migration_spher_DK.maxx = 46.0[source]
compute_RF_migration_spher_DK.pasx = 0.26[source]
compute_RF_migration_spher_DK.miny = 30.0[source]
compute_RF_migration_spher_DK.maxy = 64.0[source]
compute_RF_migration_spher_DK.pasy = 0.18[source]
compute_RF_migration_spher_DK.minz = -5[source]
compute_RF_migration_spher_DK.maxz = 800[source]
compute_RF_migration_spher_DK.pasz = 1[source]
compute_RF_migration_spher_DK.m_params[source]
compute_RF_migration_spher_DK.stream_ray_trace[source]
compute_RF_migration_spher_DK.mObs[source]
compute_RF_migration_spher_DK.total_time[source]