obspy.taup.velocity_model.VelocityModel.depth_at_bottom

VelocityModel.depth_at_bottom(layer)[source]

Return the depth at the bottom of the given layer.

See also

depth_at_top()

Parameters:layer (int or ndarray) The layer number
Returns:The depth of the bottom, in km.
Return type:float or ndarray (dtype = float, shape equivalent to layer)