MSNoise-TOMO - Documentation¶
This documentation covers the functionality of the MSNoise-TOMO package.
As for MSNoise, the goal of this extension “suite” is to provide researchers with an efficient processing tool, while keeping the need for coding to a minimum and avoiding being a black box. Moreover, as long as the in- and outputs of each step are respected, they can easily be replaced with one’s own codes !
The MSNoise-TOMO Plugin extends the MSNoise workflow right after the stack –ref step.
If you use MSNoise for your research and prepare publications, please consider citing MSNoise:
Lecocq, T., C. Caudron, et F. Brenguier (2014), MSNoise, a Python Package for Monitoring Seismic Velocity Changes Using Ambient Seismic Noise, Seismological Research Letters, 85(3), 715‑726, doi:10.1785/0220130073.
and
Lecocq, T., Mordret, A. (in prep), MSNoise-TOMO.
Commercial Usage¶
If you plan to use MSNoise-TOMO for commercial purposes, please contact Thomas Lecocq directly.
Installation / Adding the plugin to a project¶
Install the package and requirements (see MSNoise)
In the current project folder, add msnoise_tomo to the plugins: e.g.
msnoise config set plugins=msnoise_tomorun
msnoise p tomo installif all goes well, the following command should work
msnoise p tomo info
Workflow¶
Reset the stack jobs and redo the REF stacks:
msnoise reset STACK --allandmsnoise stack -rmsnoise info -jshould showTOMO_SACjobs “T”o do.Run
msnoise p tomo prepare_ccfto create the SAC files necessary for the next stepmsnoise info -jshould showTOMO_FTANjobs “T”o do.msnoise p tomo iftanstarts a GUI that allows you to check/save the dispersion curves for individual sac filesOnce satisfactory parameters are defined, add them to the database in the
tomo-configtableRun the
msnoise p tomo ftanto compute the dispersion curves automatically for all your files (currently the same parameters are used for all components, filters, and distances).msnoise p tomo prepare_tomowill create the input files for the period- map inversion procedure, for each offtan_periodsconfigured in the DB.msnoise p tomo answtwill compute a period map for each configured.ftan_periods. This step will output figures and a KMZ file to be opened in Google Earth. To compute only one period, pass themsnoise p tomo answt --per 5.0(provided 5.0 has been set inftan_periods).