Various additional utilities for ObsPy.
copyright: | The ObsPy Development Team (devs@obspy.org) |
---|---|
license: | GNU Lesser General Public License, Version 3 (http://www.gnu.org/copyleft/lesser.html) |
Functions
complexifyString | Converts a string in the form “(real, imag)” into a complex type. |
flatnotmaskedContiguous | Find contiguous unmasked data in a masked array along the given axis. |
guessDelta | Estimate time delta in seconds between each sample from given channel name. |
loadtxt | Replacement for older numpy.loadtxt versions not supporting ndlim |
scoreatpercentile | Calculates the score at the given per percentile of the sequence a. |
toIntOrZero | Converts given value to an integer or returns 0 if it fails. |