Multiple( 600 to 5000) channels of seismic wave are recorded at same time.
By using the code , individually i can display.
But i wanted to display all wave forms together, so that
quality control may be carried out.

Mohamed ali

On Tue, Sep 15, 2020 at 9:30 PM <chennaipy-requ...@python.org> wrote:

> Send Chennaipy mailing list submissions to
>         chennaipy@python.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         https://mail.python.org/mailman/listinfo/chennaipy
> or, via email, send a message with subject or body 'help' to
>         chennaipy-requ...@python.org
>
> You can reach the person managing the list at
>         chennaipy-ow...@python.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Chennaipy digest..."
>
>
> Today's Topics:
>
>    1. Re: waveform - time scale (Shrinivasan T)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 15 Sep 2020 18:48:39 +0530
> From: Shrinivasan T <tshriniva...@gmail.com>
> To: Chennai Python User Group Mailing List <chennaipy@python.org>
> Subject: Re: [Chennaipy] waveform - time scale
> Message-ID:
>         <
> cand2796a4m72bkdmcpx3b0k6aqx0dtymmn1wdnq3od2srup...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Not sure why all waves are starting at 0.
>
> But hope you can generate 10 different images for each wave and check.
>
> like below
>
> for i in range(0,length):
>     x= st[i].data
>     y=st[i].times()
>     fig =plt.plot(x,y)
>     plt.suptitle('vsp wave form', fontsize=14, fontweight='bold')
>     plt.xlabel("time in seconds")
>     plt.ylabel("amplitude")
>     plt.show()
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: <
> http://mail.python.org/pipermail/chennaipy/attachments/20200915/8e179c08/attachment-0001.html
> >
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Chennaipy mailing list
> Chennaipy@python.org
> https://mail.python.org/mailman/listinfo/chennaipy
>
>
> ------------------------------
>
> End of Chennaipy Digest, Vol 85, Issue 9
> ****************************************
>
_______________________________________________
Chennaipy mailing list
Chennaipy@python.org
https://mail.python.org/mailman/listinfo/chennaipy

Reply via email to