obspy.taup.slowness_model.SlownessModel.distanceCheck

SlownessModel.distanceCheck()[source]

Check that no slowness layer is too wide or undersampled.

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