obspy.core.trace.Trace.split

Trace.split()[source]

Splits Trace object containing gaps using a NumPy masked array into several traces.

Return type:list
Returns:List of split traces. A gapless trace will still be returned as list with only one entry.

This Page