invert4geom.plot_edge_effects

invert4geom.plot_edge_effects#

plot_edge_effects(grav_ds, layer, inner_region, plot_profile=True, coast=False)[source]#

Show the gravity edge effects and the percentage decay within the inner region and optionally a profile across the region.

Parameters:
  • grav_ds (Dataset) – the gravity dataset

  • layer (DataArray) – the prism/tesseroid layer

  • inner_region (tuple[float, float, float, float]) – the inside region, where forward gravity is calculated

  • plot_profile (bool) – plot a profile across the region, by default True

  • coast (bool) – add coastline to plots, by default False

Return type:

None