obspy.realtime.rttrace.RtTrace.__original_str__

RtTrace.__original_str__(id_length=None)

Return short summary string of the current trace.

Return type:str
Returns:Short summary string of the current trace containing the SEED identifier, start time, end time, sampling rate and number of points of the current trace.

Example

>>> tr = Trace(header={'station':'FUR', 'network':'GR'})
>>> str(tr)  
'GR.FUR.. | 1970-01-01T00:00:00.000000Z - ... | 1.0 Hz, 0 samples'