[Chennaipy] Chennaipy Digest, Vol 85, Issue 9

Mohamed ali Abdul kkngrmohd at gmail.com
Wed Sep 16 07:30:44 EDT 2020


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-request at python.org> wrote:

> Send Chennaipy mailing list submissions to
>         chennaipy at 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-request at python.org
>
> You can reach the person managing the list at
>         chennaipy-owner at 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 <tshrinivasan at gmail.com>
> To: Chennai Python User Group Mailing List <chennaipy at python.org>
> Subject: Re: [Chennaipy] waveform - time scale
> Message-ID:
>         <
> CAND2796a4M72bKdMCpX3B0k6aQX0dtYmMn1wDnq3Od2sruPN9Q at 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 at python.org
> https://mail.python.org/mailman/listinfo/chennaipy
>
>
> ------------------------------
>
> End of Chennaipy Digest, Vol 85, Issue 9
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/chennaipy/attachments/20200916/e9364239/attachment.html>


More information about the Chennaipy mailing list