binary data using obspy functions

Hi All,

I have a synthetic binary data which has been read-in using python. I use numpy array to convert the binary format for easy plotting. Since ObsPy deals with stream data, how can I use the obspy data processing functions given that my data numpy array? If so, how can I convert it to stream format?
Thanks.

Tom

Hi Tom,

please have a look at this tutorial:

It explains that at depth in the exercise part and we should probably add it to the default ObsPy documentation.

You can find a live online version of that notebook at

All the best,

Lion