obspy.core.stream.Stream ======================== .. currentmodule:: obspy.core.stream .. autoclass:: Stream :show-inheritance: .. rubric:: Public Methods .. autosummary:: :toctree: . :nosignatures: ~Stream.append ~Stream.attach_response ~Stream.clear ~Stream.copy ~Stream.count ~Stream.cutout ~Stream.decimate ~Stream.detrend ~Stream.differentiate ~Stream.extend ~Stream.filter ~Stream.get_gaps ~Stream.insert ~Stream.integrate ~Stream.interpolate ~Stream.max ~Stream.merge ~Stream.normalize ~Stream.plot ~Stream.pop ~Stream.print_gaps ~Stream.remove ~Stream.remove_response ~Stream.remove_sensitivity ~Stream.resample ~Stream.reverse ~Stream.rotate ~Stream.select ~Stream.simulate ~Stream.slice ~Stream.slide ~Stream.sort ~Stream.spectrogram ~Stream.split ~Stream.stack ~Stream.std ~Stream.taper ~Stream.trigger ~Stream.trim ~Stream.verify ~Stream.write .. rubric:: Private Methods .. warning:: Private methods are mainly for internal/developer use and their API might change without notice. .. automethod:: Stream._cleanup .. automethod:: Stream._dummy_stream_from_string .. automethod:: Stream._get_common_channels_info .. automethod:: Stream._groupby .. automethod:: Stream._ltrim .. automethod:: Stream._merge_checks .. automethod:: Stream._repr_pretty_ .. automethod:: Stream._rotate_specific_channels_to_zne .. automethod:: Stream._rotate_to_zne .. automethod:: Stream._rtrim .. automethod:: Stream._trim_common_channels .. rubric:: Special Methods .. automethod:: Stream.__add__ .. automethod:: Stream.__delattr__ .. automethod:: Stream.__delitem__ .. automethod:: Stream.__dir__ .. automethod:: Stream.__eq__ .. automethod:: Stream.__format__ .. automethod:: Stream.__ge__ .. automethod:: Stream.__getattribute__ .. automethod:: Stream.__getitem__ .. automethod:: Stream.__getslice__ .. automethod:: Stream.__gt__ .. automethod:: Stream.__iadd__ .. automethod:: Stream.__init__ .. automethod:: Stream.__init_subclass__ .. automethod:: Stream.__iter__ .. automethod:: Stream.__le__ .. automethod:: Stream.__len__ .. automethod:: Stream.__lt__ .. automethod:: Stream.__mul__ .. automethod:: Stream.__ne__ .. automethod:: Stream.__new__ .. automethod:: Stream.__nonzero__ .. automethod:: Stream.__reduce__ .. automethod:: Stream.__reduce_ex__ .. automethod:: Stream.__repr__ .. automethod:: Stream.__setattr__ .. automethod:: Stream.__setitem__ .. automethod:: Stream.__sizeof__ .. automethod:: Stream.__str__ .. automethod:: Stream.__subclasshook__