Dear Thomas,
Yes, i used the py3/anaconda, which may be the reason.
Now I move to work in the enviorment of linux using py2.
It works well. Thanks.
Zhikun
> -----原始邮件-----
> 发件人: "Thomas Lecocq" <thlecocq(a)gmail.com>
> 发送时间: 2015年8月24日 星期一
> 收件人: "Python Package for Monitoring Seismic Velocity Changes using Ambient
> Seismic Noise" <msnoise(a)mailman-as.oma.be>
> 抄送:
> 主题: Re: [MSNoise] Path problem on a windows system
>
> Hi!
>
> It looks like a python problem on your machine. Is your username not-utf8?
> It looks like two process don't use the same folder naming. It's a known
> problem with python 2 ... msnoise is not yet py 3 compatible. If that is
> the case, look for py2/anaconda issues with chinese/other user names.
>
> Cheers
>
> Thomas
> On 23 Aug 2015 19:19, "Zhikun Liu" <zkliu(a)cugb.edu.cn> wrote:
>
> > Dear Thomas and All,
> >
> >
> > I am a beginner of MSNoise and Python, but I am very interested in this
> > powerful tool.
> > I installed msnoise on a windows system. When run "msnoise test", I got
> > the following output.
> > Please note the line above star line. It seems that the path is wrong (a
> > '\' is replaced by '/'
> > as in linux system). How to fix it? Many thanks.
> >
> >
> >
> >
> >
> > .................................................................................
> > test_006_get_stations (msnoise.test.tests.MSNoiseTests) ... ok
> > test_007_update_stations (msnoise.test.tests.MSNoiseTests) ... ok
> > test_008_scan_archive (msnoise.test.tests.MSNoiseTests) ... 2015-08-24
> > 00:16:02
> > [INFO] *** Starting: Scan Archive ***
> > 2015-08-24 00:16:02 [INFO] Initializing (should be run only once)
> > 2015-08-24 00:16:02 [INFO] Will work on 1 threads
> > 2015-08-24 00:16:02 [INFO] Started:
> > C:\Users\ZL\Anaconda\lib\site-packages\ms
> > noise\test\data\2010/UV05\HHZ.D
> > ************************************
> > Traceback (most recent call last):
> > File "<string>", line 1, in <module>
> > File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 380, in
> > ma
> > in
> > prepare(preparation_data)
> > File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 488, in
> > pr
> > epare
> > assert main_name not in sys.modules, main_name
> > AssertionError: __main__
> > [INFO/Process-1] process shutting down
> > [DEBUG/Process-1] running all "atexit" finalizers with priority >= 0
> > [DEBUG/Process-1] running the remaining "atexit" finalizers
> > 2015-08-24 00:16:02 [INFO] Started:
> > C:\Users\ZKLIU\Anaconda\lib\site-packages\ms
> > noise\test\data\2010/UV06\HHZ.D
> > Traceback (most recent call last):
> > File "<string>", line 1, in <module>
> > File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 380, in
> > ma
> > in
> > prepare(preparation_data)
> > File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 488, in
> > pr
> > epare
> > assert main_name not in sys.modules, main_name
> > AssertionError: __main__
> > [INFO/Process-2] process shutting down
> >
> > .........................
> >
> >
> >
> >
> >
> >
> > Zhikun at CUGB
> > _______________________________________________
> > MSNoise mailing list
> > MSNoise(a)mailman-as.oma.be
> > http://mailman-as.oma.be/mailman/listinfo/msnoise
> >
> _______________________________________________
> MSNoise mailing list
> MSNoise(a)mailman-as.oma.be
> http://mailman-as.oma.be/mailman/listinfo/msnoise
Dear Thomas and All,
I am a beginner of MSNoise and Python, but I am very interested in this powerful tool.
I installed msnoise on a windows system. When run "msnoise test", I got the following output.
Please note the line above star line. It seems that the path is wrong (a '\' is replaced by '/'
as in linux system). How to fix it? Many thanks.
.................................................................................
test_006_get_stations (msnoise.test.tests.MSNoiseTests) ... ok
test_007_update_stations (msnoise.test.tests.MSNoiseTests) ... ok
test_008_scan_archive (msnoise.test.tests.MSNoiseTests) ... 2015-08-24 00:16:02
[INFO] *** Starting: Scan Archive ***
2015-08-24 00:16:02 [INFO] Initializing (should be run only once)
2015-08-24 00:16:02 [INFO] Will work on 1 threads
2015-08-24 00:16:02 [INFO] Started: C:\Users\ZL\Anaconda\lib\site-packages\ms
noise\test\data\2010/UV05\HHZ.D
************************************
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 380, in ma
in
prepare(preparation_data)
File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 488, in pr
epare
assert main_name not in sys.modules, main_name
AssertionError: __main__
[INFO/Process-1] process shutting down
[DEBUG/Process-1] running all "atexit" finalizers with priority >= 0
[DEBUG/Process-1] running the remaining "atexit" finalizers
2015-08-24 00:16:02 [INFO] Started: C:\Users\ZKLIU\Anaconda\lib\site-packages\ms
noise\test\data\2010/UV06\HHZ.D
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 380, in ma
in
prepare(preparation_data)
File "C:\Users\ZL\Anaconda\lib\multiprocessing\forking.py", line 488, in pr
epare
assert main_name not in sys.modules, main_name
AssertionError: __main__
[INFO/Process-2] process shutting down
.........................
Zhikun at CUGB
Hi all,
I am currently working on some new stuff for MSNoise, which will include
a number of minor changes, including to the API. Could you tell me if
you are using MSNoise using the default "workflow", i.e. with the
"msnoise" command ; or, if you are interacting with the API directly for
some processing/plotting ?
I am, of course, trying to keep as much backward-compatibility as
possible, but all cases are not tested, so I could break things...
Thanks for letting me know (reply-to-list or directly to me, if you
don't want it to be public).
Cheers,
Thomas
--
Dr. Thomas Lecocq
Geologist
Seismology - Gravimetry
Royal Observatory of Belgium
*
* * * * *
* * * *
---------
http://www.seismology.behttp://twitter.com/#!/Seismologie_behttps://www.facebook.com/seismology.be
thomas, I am guessing Linda means if there is a free test data set to run
MSNOISE on. Maybe similar to how calling obspy read with no argument will
read some trace(s).
Kasper van Wijk
Department of physics
University of Auckland
https://www.physics.auckland.ac.nz/people/kvan637
---
Please visit http://www.cambridge.org/9781107641600 for information on the
third edition of A Guided Tour of Mathematical Methods for the Physical
Sciences
On 3 August 2015 at 19:51, Thomas Lecocq <thomas.lecocq(a)oma.be> wrote:
> Hello Linda,
>
> The outputs of MSNoise depends on the processing step. Currently:
>
> - compute_cc = miniseed or SAC
> - compute_mwcs = csv
> - compute_dtt = csv
> - plots = png or any other graphics format
>
> What do you exactly mean, you want the resulting dv/v time series
> exported in MiniSeed format ?
>
> Cheers
>
> Thomas
>
> ps: your email was blocked by the mailman firewall, because it seems you
> weren't subscribed to the list. I added your email address now.
>
> Le 31/07/2015 10:45, Linda Akromah a écrit :
> > Hello everyone
> >
> > I would like to find out if there is any raw data from MSNoise which is
> > available for the public to use? Preferably in miniseed format.
> >
> > Kind regards
> > Linda
> > _______________________________________________
> > MSNoise mailing list
> > MSNoise(a)mailman-as.oma.be
> > http://mailman-as.oma.be/mailman/listinfo/msnoise
>
> _______________________________________________
> MSNoise mailing list
> MSNoise(a)mailman-as.oma.be
> http://mailman-as.oma.be/mailman/listinfo/msnoise
>
MSNoise Workshop at AGU 2015 - First Call
Hi All !
There are things coming every year, such as Thanksgiving, or Christmas…
And, before Christmas, there is the annual pilgrimage for some 25.000
geoscientists gathering in San Francisco for AGU. Just like last year,
we plan to book a room at the Marriott Marquis to organise a MSNoise
workshop ! Last year a full day workshop proved to be perfect in order
to install/test MSNoise and to discuss user cases. So, this year again,
we plan to organise a *1 day MSNoise workshop* on *Sunday 13 December*!
The aim of this workshop is to demonstrate the powers (and limitations)
of the dv/v calculations using ambient seismic noise cross-correlation.
The MSNoise package (written in Python) will be introduced and then used
by participants on provided demo data. New developments to MSNoise will
be presented too: an easier configuration interface, an improved
pluggability and the demonstration of external plugins currently in
development (e.g. PPSD & RSAM/SSAM). A general schedule will be:
08.30 – 08.45: Welcome
08.45 – 10.00: Introduction to ambient noise cross-correlation & dv/v –
Florent Brenguier (ISTerre)
10.00 – 12.00: MSNoise: general presentation - Thomas Lecocq (Royal
Observatory of Belgium)
12.00 – 12.45: Lunch Break (not included)
13.00 – 18.00: Introduction to new stuff (Interface & Plugins) and
MSNoise practical session – Thomas & Corentin Caudron (EOSingapore)
Because of high organisational costs, we can’t afford to organise this
workshop for free. We will fix a fee when we will have news from the AGU
staff, but it will probably be close to last year's fees: 250 USD (200
€) per person, with a discount for students at 185 USD (150 €).
We also plan to allow past participants to attend only the afternoon
part of the workshop if they don't want to attend again the
introductions (discounts will apply).
The AGU service to book workshop facilities is not yet open, so this is
a first call for "expression of interest" to participate. If you are
interested, please send a direct email to me
(Thomas.Lecocq(a)seismology.be <mailto:Thomas.Lecocq@seismology.be>) so I
can add you on the "temporary list".
Best regards from sunny Brussels,
Thomas
--
Dr. Thomas Lecocq
Geologist
Seismology - Gravimetry
Royal Observatory of Belgium
*
* * * * *
* * * *
---------
http://www.seismology.behttp://twitter.com/#!/Seismologie_behttps://www.facebook.com/seismology.be
Hello everyone
I would like to find out if there is any raw data from MSNoise which is
available for the public to use? Preferably in miniseed format.
Kind regards
Linda