Dear Sirs
I'd like to attend a workshop on MSNoise (a course for beginners). I saw
that you made one in August. Are you planning a new one for this year? If
yes, could you let me know when and where because I've to plan my money
request for this year before the end of Jenuary.
Thank you
Best Regards
Anna
--
Dr. Anna Tramelli, PhD
Istituto Nazionale di Geofisica e Vulcanologia
sez. Napoli - Osservatorio Vesuviano
Via Diocleziano 328, 80124 Napoli
tel. +39 0816108344anna.tramelli(a)ov.ingv.it
<https://mail.ov.ingv.it/src/compose.php?send_to=francesca.bianco%40ov.ingv.…>
Greetings,
Just installed msnoise 1.5 with python 3.6 through anaconda on a CentOS 7
machine.
After populating the stations table with all the stations I have got in my
sc3 database
I have 1418 entries en the stations table.
msnoise plot station_map crashes:
[sysop@skjalfti04 msnoise]$ msnoise plot station_map
Traceback (most recent call last):
File "/home/sysop/anaconda3/bin/msnoise", line 11, in <module>
sys.exit(run())
File
"/home/sysop/anaconda3/lib/python3.6/site-packages/msnoise/scripts/msnoise.py",
line 717, in run
cli(obj={})
File "/home/sysop/anaconda3/lib/python3.6/site-packages/click/core.py",
line 722, in __call__
return self.main(*args, **kwargs)
File "/home/sysop/anaconda3/lib/python3.6/site-packages/click/core.py",
line 697, in main
rv = self.invoke(ctx)
File "/home/sysop/anaconda3/lib/python3.6/site-packages/click/core.py",
line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/sysop/anaconda3/lib/python3.6/site-packages/click/core.py",
line 1066, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/home/sysop/anaconda3/lib/python3.6/site-packages/click/core.py",
line 895, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/home/sysop/anaconda3/lib/python3.6/site-packages/click/core.py",
line 535, in invoke
return callback(*args, **kwargs)
File
"/home/sysop/anaconda3/lib/python3.6/site-packages/click/decorators.py",
line 17, in new_func
return f(get_current_context(), *args, **kwargs)
File
"/home/sysop/anaconda3/lib/python3.6/site-packages/msnoise/scripts/msnoise.py",
line 637, in station_map
main(show, outfile)
File
"/home/sysop/anaconda3/lib/python3.6/site-packages/msnoise/plots/station_map.py",
line 43, in main
sta_map = folium.Map(location=[np.mean(coords[:, 0]),
IndexError: too many indices for array
[sysop@skjalfti04 msnoise]$
Is there a fix or am I not allowed to have the whole station database in
there?
cheers
palmi
--
Palmi Erlendsson
Birkigrund 16,
200 Kópavogur
Iceland
Yihaaaa
On 26 Jan 2018 7:19 PM, "Thomas Lecocq" <thomas.lecocq(a)seismology.be> wrote:
Dear noise fans,
I've released a bugfix (msnoise 1.5.1) today to correct:
* a nasty issue when computing autocorrelations with multiple filters
configured, resulting in a damaged spectrum (see
https://github.com/ROBelgium/MSNoise/issues/105)
* reverted the usage of next_fast_len in favor of the previous nextpox2 for
the MWCS FFT computations. "next_fast_len" is an optimised value for the
FFT library (faster computation), but usually results in a smaller number
than nextpow2. Then, as currently the smoothing of the spectrum (and
cross-spectrum) is done in number of samples (not number of samples/Hz) AND
because of the small number of points in the FFT, the resulting MWCS values
were highly noisy. The smoother provides some stability and for sure,
somehow enhances the mean coherence measured. From tests I've done, the
final results of the analysis (at the compute_dtt step) is identical, but
the noise (scatter) level was much higher. This reverts the behaviour to
what was obtained for the original version.
* a small bug that prevented the "-i" parameter to be passed to msnoise
stack.
to update:
$ pip uninstall msnoise
$ pip install msnoise
and you're done! All you need to do is then to reset the DTT jobs and rerun
compute_mwcs & compute_dtt.
----
MSNoise 1.6, the next release, will most probably appear around April 2018.
It will include :
* rewritten job logic (new job types, 1 for each step)
* rewritten compute_cc that is muuuuuuuuch faster for most jobs
* support for other spectral whitening methods (brutal "all to 1.0",
division by PSD)
* support for nomalization by the mean 3C PSD energy, to allow
post-processing analysis (particle motion, or rotation to RR and TT after
computing cross-components)
* rewritten stack, compute_mwcs and compute_dtt to make them parallelisable
* a tutorial on how to use msnoise on a 2000 core HPC using PBS
Best regards from Brussels !
Cheers
Thomas
_______________________________________________
MSNoise mailing list
MSNoise(a)mailman-as.oma.be
http://mailman-as.oma.be/mailman/listinfo/msnoise
Dear noise fans,
I've released a bugfix (msnoise 1.5.1) today to correct:
* a nasty issue when computing autocorrelations with multiple filters
configured, resulting in a damaged spectrum (see
https://github.com/ROBelgium/MSNoise/issues/105)
* reverted the usage of next_fast_len in favor of the previous nextpox2
for the MWCS FFT computations. "next_fast_len" is an optimised value for
the FFT library (faster computation), but usually results in a smaller
number than nextpow2. Then, as currently the smoothing of the spectrum
(and cross-spectrum) is done in number of samples (not number of
samples/Hz) AND because of the small number of points in the FFT, the
resulting MWCS values were highly noisy. The smoother provides some
stability and for sure, somehow enhances the mean coherence measured.
From tests I've done, the final results of the analysis (at the
compute_dtt step) is identical, but the noise (scatter) level was much
higher. This reverts the behaviour to what was obtained for the original
version.
* a small bug that prevented the "-i" parameter to be passed to msnoise
stack.
to update:
$ pip uninstall msnoise
$ pip install msnoise
and you're done! All you need to do is then to reset the DTT jobs and
rerun compute_mwcs & compute_dtt.
----
MSNoise 1.6, the next release, will most probably appear around April
2018. It will include :
* rewritten job logic (new job types, 1 for each step)
* rewritten compute_cc that is muuuuuuuuch faster for most jobs
* support for other spectral whitening methods (brutal "all to 1.0",
division by PSD)
* support for nomalization by the mean 3C PSD energy, to allow
post-processing analysis (particle motion, or rotation to RR and TT
after computing cross-components)
* rewritten stack, compute_mwcs and compute_dtt to make them parallelisable
* a tutorial on how to use msnoise on a 2000 core HPC using PBS
Best regards from Brussels !
Cheers
Thomas
Hi all,
I'm not at AGU, but I'm sure many of you are! If you feel like having a
good time, please read below, it's gonna be fun! (and send me pictures!!!)
Cheers !
Tom
------------------------------------
Dear all,
before the sessions start in about one hour I wanted to bring your
attention to ObsPy's poster on Tuesday morning from 8:00-12:20 ( S21C-0773):
https://agu.confex.com/agu/fm17/meetingapp.cgi/Paper/271220
Drop by to discuss the latest changes and future directions.
Additionally we are organizing an after dinner bar night to celebrate
scientific software with developers from a number of scientific software
packages. We'll get started at around 9 pm on Thursday at this place:
http://flamingonola.com/https://www.google.de/maps/place/Flamingo+A-Go-Go/@29.9440589,-90.0719856,1…
Come and join us and also bring your friends!
Cheers!
Lion
Hello community,
It is my first attempt to archive properly the data I have in hand. It
is a messy business, resulting from the mess of the original archive.
The data are originally in 20 minutes chunks Seisan format. They have
been converted to mseed. I am trying to bring them to a structure &
filename that can be recognized as a default format. I will give you an
example:
original file name: 2017-02-02-0000.GCMP.HHE.mseed
modified file name:TR.GCMP.00.HHE.D.2017.033-0000.mseed
The structure of my folder(s) is:
data_archive/msnoise_archive/YEAR/NET/STA/CHAN.TYPE/*.mseed
My workflow so far:
msnoise populate -> identifies NET STA
msnoise scan_archive --init -> Reads the mseed chunks, identifies
correctly 72files/day/station, assigns flags=A
Checking the Dashboard for Data availability, it has correctly
read/placed the STA/Comp/Path/Time variables/Samplerate, gives flag N.
BUT it doesn't identify the NET.
msnoise new_jobs --init --> Updating: NET STA to flag=A
Checking again the Dashboard, flag of data still remains N, and
obviously no new jobs are added. What am I missing?
Any help is appreciated.
Ilias
--------------------------------------------------------------------------------------------------------------------------------------------------------------------
Here is the msnoise info outcome:
[smn@smn test3]$ msnoise info
General:
MSNoise is installed in: /home/smn/obspy/lib/python3.5/site-packages
- db.ini is present
Configuration:
- /home/smn/Desktop/kickemjenny/SDS_archive exists
- CROSS_CORRELATIONS does not exists (and that is normal because
keep_all=False)
Raw config bits: "D"efault or "M"odified (green)
M data_folder: /home/smn/Desktop/kickemjenny/SDS_archive
D output_folder: CROSS_CORRELATIONS
D data_structure: SDS
D network: *
D channels: *
M startdate: 2016-12-30
D enddate: 2018-01-01
D analysis_duration: 86400
D cc_sampling_rate: 20.0
D resampling_method: Lanczos
D preprocess_lowpass: 8.0
D preprocess_highpass: 0.01
M remove_response: Y
D response_format: dataless
M response_path: /home/smn/Desktop/kickemjenny
D response_prefilt: (0.005, 0.006, 30.0, 35.0)
D maxlag: 120.
D corr_duration: 1800.
D overlap: 0.0
D windsorizing: 3
D whitening: A
D stack_method: linear
D pws_timegate: 10.0
D pws_power: 2.0
D crondays: -1
D components_to_compute: ZZ
D autocorr: N
D keep_all: N
D keep_days: Y
D ref_begin: 1970-01-01
D ref_end: 2018-01-01
D mov_stack: 5
D export_format: MSEED
D sac_format: doublets
D dtt_lag: static
D dtt_v: 1.0
D dtt_minlag: 5.0
D dtt_width: 30.0
D dtt_sides: both
D dtt_mincoh: 0.65
D dtt_maxerr: 0.1
D dtt_maxdt: 0.1
D plugins:
Filters:
ID: [low:high] [mwcs_low:mwcs_high] mwcs_wlen mwcs_step used
01: [0.100:1.000] [0.110:0.990] 012 004 Y
Stations:
TR.GCMP -61.4260 12.4860 0.0 DEG Y
TR.MCLT -60.9412 13.7096 0.0 DEG Y
CC Jobs:
DTT Jobs:
--
_**_**
**
**
*
_________________________________
*
**
*
*
Ilias Papadopoulos | Engineering Seismologist
_**_
<http://uwiseismic.com>
/ Recipient of The UWI Vice Chancellor's Award for Excellence (2013) /
Email: ilias(a)uwiseismic.com <mailto:%20ilias@uwiseismic.com> | Website:
http://uwiseismic.com
St. Augustine, Trinidad & Tobago | Tel: +1 868-662-4659, ext.313 | Fax:
+1 868-663-9293
<https://www.facebook.com/uwiseismic>
<https://twitter.com/SeismicResearch>
<http://www.youtube.com/user/UWISeismicResearch>
<http://www.flickr.com/photos/seismicresearchcentre/>
Hi Emily,
Well, it should not kill the process, so this is definitively a bug. If
you have a github account, please open an Issue describing the problem
and, if possible, add the files (even incomplete files) for the two
stations for 2011-09-06 in a zip somewhere, so I can reproduce the issue.
Thanks a lot,
Thomas
On 06/09/2017 18:49, Crowder, Emily wrote:
>
> Sorry for the multiple messages.
>
> I have realised why the compute_cc is stopping. It is because I am
> trying to compute TT, using BHN and BHE, and for some days, there is a
> BHE and not a BHN data file. I think the problem is the code is not
> skipping the days where there isn't enough data to compute a CC.
> Instead, it is just stopping the process entirely.
>
> Hope this helps.
>
>
> Emily
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~
>
> *Emily Crowder **MSc BSc*
> PhD Student
> School of Geosciences
> University of Aberdeen
> Aberdeen AB24 3UE
> Scotland
> Em: emily.crowder(a)abdn.ac.uk
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> ------------------------------------------------------------------------
> *From:* Crowder, Emily
> *Sent:* 06 September 2017 17:22
> *To:* Thomas Lecocq
> *Subject:* MSNoise compute_cc error
>
> Hi Thomas,
>
>
> I fixed my web interface error, I had not installed entirely
> everything on the required items list. Unfortunately I now have a new
> problem whilst computing cross-correlations. CCs are computed
> successfully for a few jobs before the error occurs and the process
> stops. I have copied the output below. Is it a problem with my data?
> Or one of the variables in config?
>
> I really appreciate your help with all things MSNoise related.
>
>
> Best,
>
> Emily
>
>
> 2017-09-06 16:49:57 [INFO] New CC Job: 2011-09-06 (1 pairs with 2
> stations)
>
> 2017-09-06 16:49:57 [DEBUG] BA.BA04.E Reading 2 Files
>
> 2017-09-06 16:49:57 [DEBUG] Checking sample alignment
>
> 2017-09-06 16:49:57 [DEBUG] Checking Gaps
>
> 2017-09-06 16:49:57 [DEBUG] BA.BA04.E Highpass at 0.03 Hz
>
> 2017-09-06 16:49:57 [DEBUG] BA.BA04.N Reading 2 Files
>
> 2017-09-06 16:49:57 [DEBUG] Checking sample alignment
>
> 2017-09-06 16:49:57 [DEBUG] Checking Gaps
>
> 2017-09-06 16:49:57 [DEBUG] BA.BA04.N Highpass at 0.03 Hz
>
> 2017-09-06 16:49:57 [DEBUG] BA.BA06.E Reading 2 Files
>
> 2017-09-06 16:49:57 [DEBUG] Checking sample alignment
>
> 2017-09-06 16:49:57 [DEBUG] Checking Gaps
>
> 2017-09-06 16:49:57 [DEBUG] BA.BA06.E Highpass at 0.03 Hz
>
> 2017-09-06 16:49:57 [DEBUG] BA.BA06.N Reading 1 Files
>
> 2017-09-06 16:49:57 [DEBUG] Checking sample alignment
>
> 2017-09-06 16:49:57 [DEBUG] Checking Gaps
>
> 2017-09-06 16:49:57 [DEBUG] has only too small traces, skipping...
>
> 2017-09-06 16:49:57 [INFO] Processing pair: BA.BA04 vs BA.BA06
>
> 2017-09-06 16:49:57 [INFO] Azimuth=75.6
>
> 2017-09-06 16:49:57 [DEBUG] Processing TT
>
> 2017-09-06 16:49:57 [DEBUG] Rotating streams, making sure they are aligned
>
> Process Process-1:
>
> Traceback (most recent call last):
>
> File
> "/Users/r01ec15/anaconda/lib/python2.7/multiprocessing/process.py",
> line 258, in _bootstrap
>
> self.run()
>
> File
> "/Users/r01ec15/anaconda/lib/python2.7/multiprocessing/process.py",
> line 114, in run
>
> self._target(*self._args, **self._kwargs)
>
> File
> "/Users/r01ec15/anaconda/lib/python2.7/site-packages/msnoise/s03compute_cc.py",
> line 318, in main
>
> t2_novert = make_same_length(t2_novert)
>
> File
> "/Users/r01ec15/anaconda/lib/python2.7/site-packages/msnoise/api.py",
> line 1433, in make_same_length
>
> tr.data.mask = mask
>
> UnboundLocalError: local variable 'mask' referenced before assignment
>
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~
>
> *Emily Crowder **MSc BSc*
> PhD Student
> School of Geosciences
> University of Aberdeen
> Aberdeen AB24 3UE
> Scotland
> Em: emily.crowder(a)abdn.ac.uk
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~
>
>
>
> The University of Aberdeen is a charity registered in Scotland, No
> SC013683.
> Tha Oilthigh Obar Dheathain na charthannas clàraichte ann an Alba,
> Àir. SC013683.
--
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
Hello,
I have just installed and setup MSNoise (and MySQL and MySQL Workbench) on my new Mac. I have successfully done scan_archive but my problem is that when I try to use the web interface to view "Data Availability" I get the following error message:
"Internal Server Error - The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application."
In the terminal, the message is:
"InternalError: (pymysql.err.InternalError) (1412, u'Table definition has changed, please retry transaction') [SQL: u'SELECT count(%(count_2)s) AS count_1 \nFROM data_availability'] [parameters: {u'count_2': '*'}]
2017-09-06 12:36:04 [INFO] 127.0.0.1 - - [06/Sep/2017 12:36:04] "GET /admin/data_availability/ HTTP/1.1" 500 -"
Is there something I have done in MySQL Workbench? Any ideas on how I can view Data Availability and Jobs? Everything else appears to be working, I have all my data in the MySQL database.
Kind regards,
Emily
~~~~~~~~~~~~~~~~~~~~~~~~~
Emily Crowder MSc BSc
PhD Student
School of Geosciences
University of Aberdeen
Aberdeen AB24 3UE
Scotland
Em: emily.crowder(a)abdn.ac.uk
~~~~~~~~~~~~~~~~~~~~~~~~~
The University of Aberdeen is a charity registered in Scotland, No SC013683.
Tha Oilthigh Obar Dheathain na charthannas clàraichte ann an Alba, Àir. SC013683.
Dear Carmelo and Corentin,
Thank you so much for your reply! My data is working now!
Best,
Chenyu
On Fri, Aug 25, 2017 at 8:00 AM, <msnoise-request(a)mailman-as.oma.be> wrote:
> Send MSNoise mailing list submissions to
> msnoise(a)mailman-as.oma.be
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://mailman-as.oma.be/mailman/listinfo/msnoise
> or, via email, send a message with subject or body 'help' to
> msnoise-request(a)mailman-as.oma.be
>
> You can reach the person managing the list at
> msnoise-owner(a)mailman-as.oma.be
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of MSNoise digest..."
>
>
> Today's Topics:
>
> 1. Data Structure When Using SAC File (Chenyu Li)
> 2. Re: Data Structure When Using SAC File (Sammarco, Carmelo)
> 3. Re: Data Structure When Using SAC File (Corentin Caudron)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 24 Aug 2017 17:02:52 -0400
> From: Chenyu Li <lchenyu1992(a)gmail.com>
> To: msnoise(a)mailman-as.oma.be
> Subject: [MSNoise] Data Structure When Using SAC File
> Message-ID:
> <CA+n7xQhyp3yduxZxjNzwqK4F45FBL10ZUTP41Yi-B_+GD+6CoQ(a)mail.gmail.
> com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hi,
>
> I am trying to process my SAC files with MSNoise, but I can't populate
> stations successfully, I suspect it is because my data are SAC files. I
> want to define my own data structure but I can't find the custom.py. Could
> any one help me with this question? Thanks a lot!
>
> Regards
> --
> *Chenyu Li*
>
> lchenyu(a)gatech.edu
> PhD Candidate in Geophysics
> School of Earth & Atmosphere Science
> Georgia Institute of Technology
>
>
> ------------------------------
>
> Message: 2
> Date: Fri, 25 Aug 2017 08:37:02 +0000
> From: "Sammarco, Carmelo" <carmelosammarco(a)abdn.ac.uk>
> To: "msnoise(a)mailman-as.oma.be" <msnoise(a)mailman-as.oma.be>
> Subject: Re: [MSNoise] Data Structure When Using SAC File
> Message-ID:
> <DB6PR04MB32878007B82FA491A9430F2D999B0@DB6PR04MB3287.
> eurprd04.prod.outlook.com>
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Dear Chenyu,
>
>
> Sac file it is ok. The custom.py is a file that you need to create (
> youcan find the istruction in the website). Another option is that or you
> can modify the data structure already inside msnoise but probably better
> the first option thought... better don't touch the existing code.
>
>
> best regards
>
>
> -----------
> Mr Carmelo Sammarco MSc BSc FGS
> PhD Student in Geology and Petroleum Geology
>
>
> ________________________________
> From: msnoise-bounces(a)mailman-as.oma.be <msnoise-bounces(a)mailman-as.oma.be>
> on behalf of Chenyu Li <lchenyu1992(a)gmail.com>
> Sent: 24 August 2017 22:02
> To: msnoise(a)mailman-as.oma.be
> Subject: [MSNoise] Data Structure When Using SAC File
>
> Hi,
>
> I am trying to process my SAC files with MSNoise, but I can't populate
> stations successfully, I suspect it is because my data are SAC files. I
> want to define my own data structure but I can't find the custom.py. Could
> any one help me with this question? Thanks a lot!
>
> Regards
> --
> *Chenyu Li*
>
> lchenyu(a)gatech.edu
> PhD Candidate in Geophysics
> School of Earth & Atmosphere Science
> Georgia Institute of Technology
> _______________________________________________
> MSNoise mailing list
> MSNoise(a)mailman-as.oma.be
> http://mailman-as.oma.be/mailman/listinfo/msnoise
> MSNoise Mailing List - MSNoise<http://mailman-as.oma.
> be/mailman/listinfo/msnoise>
> mailman-as.oma.be
> MSNoise Python Package for Monitoring Seismic Velocity Changes using
> Ambient Seismic Noise. MSNoise is a Python Package for Monitoring Seismic
> Velocity Changes using ...
>
>
>
>
>
> The University of Aberdeen is a charity registered in Scotland, No
> SC013683.
> Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, ?ir.
> SC013683.
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 25 Aug 2017 10:42:49 +0200
> From: Corentin Caudron <corentin.caudron(a)gmail.com>
> To: Python Package for Monitoring Seismic Velocity Changes using
> Ambient Seismic Noise <msnoise(a)mailman-as.oma.be>
> Subject: Re: [MSNoise] Data Structure When Using SAC File
> Message-ID:
> <CAB-0D+tZq8a8TKJwS00-57V9EqLZ+CYuKKN0K_B91-
> AqdjSDQA(a)mail.gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> Hi,
>
> You can also try playing with the lazy mode. I think it's pretty well
> described here: http://msnoise.org/doc/workflow/003_scan_archive.html. And
> as Carmelo suggested you should consider the information described here
> regarding the custom.py: http://msnoise.org/doc/workflow/002_populate.html
> .
>
> In any case, msnoise can read any file obspy reads... so it's definitely
> not a SAC issue.
>
> Cheers,
>
> Co
>
> 2017-08-25 10:37 GMT+02:00 Sammarco, Carmelo <carmelosammarco(a)abdn.ac.uk>:
>
> > Dear Chenyu,
> >
> >
> > Sac file it is ok. The custom.py is a file that you need to create (
> > youcan find the istruction in the website). Another option is that or you
> > can modify the data structure already inside msnoise but probably better
> > the first option thought... better don't touch the existing code.
> >
> >
> > best regards
> >
> >
> > -----------
> > Mr Carmelo Sammarco MSc BSc FGS
> > PhD Student in Geology and Petroleum Geology
> >
> >
> > ________________________________
> > From: msnoise-bounces(a)mailman-as.oma.be <msnoise-bounces@mailman-as.
> oma.be>
> > on behalf of Chenyu Li <lchenyu1992(a)gmail.com>
> > Sent: 24 August 2017 22:02
> > To: msnoise(a)mailman-as.oma.be
> > Subject: [MSNoise] Data Structure When Using SAC File
> >
> > Hi,
> >
> > I am trying to process my SAC files with MSNoise, but I can't populate
> > stations successfully, I suspect it is because my data are SAC files. I
> > want to define my own data structure but I can't find the custom.py.
> Could
> > any one help me with this question? Thanks a lot!
> >
> > Regards
> > --
> > *Chenyu Li*
> >
> > lchenyu(a)gatech.edu
> > PhD Candidate in Geophysics
> > School of Earth & Atmosphere Science
> > Georgia Institute of Technology
> > _______________________________________________
> > MSNoise mailing list
> > MSNoise(a)mailman-as.oma.be
> > http://mailman-as.oma.be/mailman/listinfo/msnoise
> > MSNoise Mailing List - MSNoise<http://mailman-as.oma.
> > be/mailman/listinfo/msnoise>
> > mailman-as.oma.be
> > MSNoise Python Package for Monitoring Seismic Velocity Changes using
> > Ambient Seismic Noise. MSNoise is a Python Package for Monitoring Seismic
> > Velocity Changes using ...
> >
> >
> >
> >
> >
> > The University of Aberdeen is a charity registered in Scotland, No
> > SC013683.
> > Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, ?ir.
> > SC013683.
> > _______________________________________________
> > 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
>
>
> End of MSNoise Digest, Vol 40, Issue 4
> **************************************
>
--
*Chenyu Li*
lchenyu(a)gatech.edu
PhD Candidate in Geophysics
School of Earth & Atmosphere Science
Georgia Institute of Technology
Hi,
I am trying to process my SAC files with MSNoise, but I can't populate
stations successfully, I suspect it is because my data are SAC files. I
want to define my own data structure but I can't find the custom.py. Could
any one help me with this question? Thanks a lot!
Regards
--
*Chenyu Li*
lchenyu(a)gatech.edu
PhD Candidate in Geophysics
School of Earth & Atmosphere Science
Georgia Institute of Technology