Converting array not obtained with the client into a stream

Hello there, I have an array of acceleration data that I extracted from a seismic data file (format not compatible w/ obspy) and I want to be able to treat it as a stream so that i can use the Stream.filter() commands. Can someone suggest a way to do this? Thank you merci

Hi, welcome, please check the documentation of obspy.Trace and obspy.Stream.