obspy.segy.core.__segy_trace__str__

__segy_trace__str__(self, *args, **kwargs)[source]

Monkey patch for the __str__ method of the Trace object. SEGY object do not have network, station, channel codes. It just prints the trace sequence number within the line.

This Page