pick_d520_depths

Pick Moho depths…

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

Attributes

fontsize

markersize

data_root_dir

work_dir

path

inc

zmax

minx

maxx

pasx

miny

maxy

pasy

minz

maxz

pasz

m_params

sta

mObs_ep

G2

G2

Functions

add_legend(ax[, fontsize])

add_colorbar(ax, m[, title, ticks, ticks_Flag, visible])

get_end_point(lat1, lon1, baz, d)

Calculates the end point in lon, lat given we know:

az2baz(angle)

get_perpendicular_azimuth(az)

project(station_lats, station_lons, point_lat, ...)

Projects stations coordinates to a given point (lon, lat) in respect to an angle to the north.

project_stations(sta, ori_prof, point_lat, point_lon)

Projects stations to a given line.

plot_moho_picker1(Gp, xx, zz, migration_param_dict, ...)

Module Contents

pick_d520_depths.add_legend(ax, fontsize=12)[source]
pick_d520_depths.add_colorbar(ax, m, title=False, ticks=False, ticks_Flag=False, visible=True)[source]
pick_d520_depths.fontsize = 12[source]
pick_d520_depths.markersize = 100[source]
pick_d520_depths.get_end_point(lat1, lon1, baz, d)[source]
Calculates the end point in lon, lat given we know:
  1. the initial point,

  2. the distance and

  3. the back azimuth

pick_d520_depths.az2baz(angle)[source]
pick_d520_depths.get_perpendicular_azimuth(az)[source]
pick_d520_depths.project(station_lats, station_lons, point_lat, point_lon, angle)[source]

Projects stations coordinates to a given point (lon, lat) in respect to an angle to the north.

NOTE: Takes station coordinates and projects them with respect to the

center of the profile and the angle of the profile with respect to the North direction. Output is in [km] for x,y coordinates with respect to lono and lato

Parameters:
  • station_lats – Seismic station’s latitudes in degrees.

  • station_lons – Seismic station’s longitudes in degrees.

  • point_lat – Given point’s latitude in degrees.

  • point_lon – Given point’s longitude in degrees.

  • angle – Azimuthal angle in degrees.

Returns:

Distance in km parallel and perpendicular to the given line.

pick_d520_depths.project_stations(sta, ori_prof, point_lat, point_lon)[source]

Projects stations to a given line.

Parameters:
  • sta (Pandas DataFrames.) – Station details.

  • ori_prof – Azimuthal angle in degrees.

  • point_lat – Given point’s latitude in degrees.

  • point_lon – Given point’s longitude in degrees.

Returns:

Pandas DataFrame with station details and distance along profile and elevation

pick_d520_depths.plot_moho_picker1(Gp, xx, zz, migration_param_dict, sta, work_directory, profile, profile_name, path4file)[source]
Parameters:
  • Gp

  • xx

  • zz

  • migration_param_dict

  • work_directory

Returns:

pick_d520_depths.data_root_dir = '/media/kalmard/SEISMIC_DATA/Data_archive'[source]
pick_d520_depths.work_dir[source]
pick_d520_depths.path = '/home/kalmard/Post_doc/Prf_mtz/matlab_deconvolution/test2/'[source]
pick_d520_depths.inc = 2[source]
pick_d520_depths.zmax = 800[source]
pick_d520_depths.minx = -13.0[source]
pick_d520_depths.maxx = 46.0[source]
pick_d520_depths.pasx = 0.26[source]
pick_d520_depths.miny = 30.0[source]
pick_d520_depths.maxy = 64.0[source]
pick_d520_depths.pasy = 0.18[source]
pick_d520_depths.minz = -5[source]
pick_d520_depths.maxz = 800[source]
pick_d520_depths.pasz = 2[source]
pick_d520_depths.m_params[source]
pick_d520_depths.sta[source]
pick_d520_depths.mObs_ep[source]
pick_d520_depths.G2[source]
pick_d520_depths.G2[source]