calculate_residuals
Calculate residuals between our moho estimates and from previous studies such as Spada et al. or Grad and Tira.
KM = Michailos et al (our study) SP = Spada et al GD = Grad and Tira
Location: Chavannes-pres-renens, CH Date: Feb 2023 Author: Konstantinos Michailos
Attributes
Functions
|
|
|
Plots a map of absolute differences in depth between two sets of locations. |
|
Module Contents
- calculate_residuals.map_absolute_differences(longitudes, latitudes, longitudes_, latitudes_, depth_differences)[source]
Plots a map of absolute differences in depth between two sets of locations.
- Parameters:
longitudes (numpy.ndarray) – A 1D numpy array of longitudes for the first set of locations.
latitudes (numpy.ndarray) – A 1D numpy array of latitudes for the first set of locations.
longitudes – A 1D numpy array of longitudes for the second set of locations.
latitudes – A 1D numpy array of latitudes for the second set of locations.
depth_differences (numpy.ndarray) – A 1D numpy array of depth differences between the two sets of locations.
- Returns:
A Matplotlib figure object with a map of the absolute depth differences.
- Return type:
matplotlib.figure.Figure