obspy.taup.slowness_model.SlownessModel.distance_check

SlownessModel.distance_check()[source]

Check that no slowness layer is too wide or undersampled.

The width must be less than self.max_range_interval and the (estimated) error due to linear interpolation must be less than self.max_interp_error.