Hi Gaelle,
It's not really and MSNoise problem. I suggest you ask the obspy mailing
list or the obspy Gitter chat for help, and please make sure to include
the traceback of your error.
Thomas
On 25/04/2019 11:51, gaelle vanessa Nana wrote:
> hello,
> I use this python code to download data, but unfortunatelly, i cannot
> download. I need your help.
>
>
> import obspy
> from obspy.clients.fdsn.mass_downloader import RectangularDomain, \
> Restrictions, MassDownloader
>
> # Rectangular domain containing parts of southern Germany.
> domain = RectangularDomain(minlatitude=2, maxlatitude=12,
> minlongitude=6, maxlongitude=16)
>
> restrictions = Restrictions(
> # Get data for a whole year.
> starttime=obspy.UTCDateTime(2006, 1, 1),
> endtime=obspy.UTCDateTime(2007, 1, 1),
> # Chunk it to have one file per day.
> chunklength_in_sec=86400,
> # Considering the enormous amount of data associated with continuous
> # requests, you might want to limit the data based on SEED identifiers.
> # If the location code is specified, the location priority list is not
> # used; the same is true for the channel argument and priority list.
> network="XB", station="CM*", location="", channel="BH*",
> # The typical use case for such a data set are noise correlations where
> # gaps are dealt with at a later stage.
> reject_channels_with_gaps=False,
> # Same is true with the minimum length. All data might be useful.
> minimum_length=0.0,
> # Guard against the same station having different names.
> minimum_interstation_distance_in_m=100.0)
>
> # Restrict the number of providers if you know which serve the desired
> # data. If in doubt just don't specify - then all providers will be
> # queried.
> mdl = MassDownloader(providers=["IRIS" ])
> mdl.download(domain, restrictions, mseed_storage="waveforms",
> stationxml_storage="stations")
> _______________________________________________
> MSNoise mailing list
> MSNoise(a)mailman-as.oma.be
> http://mailman-as.oma.be/mailman/listinfo/msnoise
--
Dr. Thomas Lecocq
Geologist - Seismologist
Seismology - Gravimetry
Royal Observatory of Belgium
*
* * * * *
* * * *
---------
http://www.seismology.behttp://msnoise.orghttp://twitter.com/#!/Seismologie_behttps://www.facebook.com/seismologie.be
Dear Msnoise group,
I can run some of plot commands successfully, such as plotting of dvv,
but whenever plot "interferogram" and " ccftime" between my stations my
plots are empty something like attachments. Whenever I use the command
msnoise plot mwcs DHR LIN -m1, I find an error of below.
Traceback (most recent call last):
File "/usr/local/bin/msnoise", line 9, in <module>
load_entry_point('msnoise==1.5.1', 'console_scripts', 'msnoise')()
File
"/usr/local/lib/python3.5/dist-packages/msnoise/scripts/msnoise.py",
line 717, in run
cli(obj={})
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 764,
in __call__
return self.main(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 717,
in main
rv = self.invoke(ctx)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line
1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line
1137, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 956,
in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/local/lib/python3.5/dist-packages/click/core.py", line 555,
in invoke
return callback(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/click/decorators.py",
line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File
"/usr/local/lib/python3.5/dist-packages/msnoise/scripts/msnoise.py",
line 597, in mwcs
main(sta1, sta2, filterid, comp, mov_stack, show, outfile)
File "/usr/local/lib/python3.5/dist-packages/msnoise/plots/mwcs.py",
line 58, in main
station1 = get_station(db, station1[0], station1[1])
IndexError: list index out of range
I will grateful if you help me
regards,
Navid Sirous
University of Tehran
Hi,
I'm Linus from the Philippines. I'm currently studying MSNoise to extract and process ambient noise data to see seismic velocity changes.
I was able to load seismic data, process cross-correlation, stack data, process moving window and relative travel time jobs. Would now want to seek guidance on the output of each step as I'm planning to use them for further processing.
Output file type and description would greatly help. Thanks!
Regards,
Linus
- Quod Deus misereatur