grss.prop.prop_utils.compare_earth_impact

grss.prop.prop_utils.compare_earth_impact#

grss.prop.prop_utils.compare_earth_impact(coord1, coord2, sig1, sig2, labels, zoom_size=5000.0, save_name=None)#

Show two impact circumstances and compare them.

Parameters:
  • coord1 (np.ndarray) – [time, lon, lat] of the first impact

  • coord2 (np.ndarray) – [time, lon, lat] of the second impact

  • sig1 (np.ndarray) – [time, lon, lat] uncertainty of the first impact

  • sig2 (np.ndarray) – [time, lon, lat] uncertainty of the second impact

  • labels (list) – List of labels for the two impacts

  • zoom_size (float, optional) – Size of the zoomed in plot, in km, by default 5.0e3.

  • save_name (str, optional) – Name to save the plots as, by default None.

Returns:

None – None

Return type:

NoneType