Increase length of Waveform past 1400 seconds?

Is there a way to get past 1,400 seconds? if I do like 6 hours just as a test it will not go past 1,400 seconds, same with 2 hours etc etc. Is there a way past this?

2 Likes

G’Day Matt.

Hmmm… I just did a test and I don’t have that problem/restriction… ?! Here’s a plot with 2400s duration and a delay of 200s before it starts.

Al.

1 Like

I think I might know… I read this last night while I was trying to sort out my section plot…

In your stream.plot command add:

method=‘full’

Refer here:
https://docs.obspy.org/packages/autogen/obspy.core.stream.Stream.plot.html#obspy.core.stream.Stream.plot

In my example report above all my plots are separate traces not combined into one stream, so I think that’s what’s making the difference.

Hope it works.

Al.

3 Likes

Thanks for the help! I changed the method to ‘full’ and it now goes past 1400 seconds

3 Likes