1 / 31

GFZ (GEOFON; Potsdam) Winfried Hanka, Joachim Saul, Andres Heinloo, ... GEMPA (Potsdam)

GFZ (GEOFON; Potsdam) Winfried Hanka, Joachim Saul, Andres Heinloo, ... GEMPA (Potsdam) Bernd Weber, Jan Becker,. SeisComP3 Software for seismological analysis in real-time. www.seiscomp3.org. Software package for seismological data acquisition, quality control,

rturney
Download Presentation

GFZ (GEOFON; Potsdam) Winfried Hanka, Joachim Saul, Andres Heinloo, ... GEMPA (Potsdam)

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. GFZ (GEOFON; Potsdam) Winfried Hanka, Joachim Saul, Andres Heinloo, ... GEMPA (Potsdam) Bernd Weber, Jan Becker, ... SeisComP3 Software for seismological analysis in real-time www.seiscomp3.org Software package for seismological data acquisition, quality control, archiving and automated/manual analysis in real-time SeisComP3 originally developed within the GITEWS project (NOT available for MS Windows)

  2. SeisComP3 Software for seismological analysis in real-time • Software package for seismological data acquisition, quality control, • archiving and automated/manual analysis in real time • Uses/supports standards: SEED, SeedLink, QuakeML based data model used • for storage and communication, ArcLink • GUI‘s for quick manual interaction/review, waveform visualization, event • visualization and state-of-health monitoring • Framework for seismological software development • Inter-process communication between modules using TCP-based • messaging to allow distributed processing; communications managed • by central mediator; C++

  3. SeisComP3 Some Features • Automatic P picker (STA/LTA; AR-AIC) • Automatic global phase associator/locator (LocSAT); grid search • Magnitudes implemented: ML, MJ, mb, mB, Mw(mB), Mwp, Mw(Mwp) • Slower magnitudes have no high priority, but will be implemented (e.g. Ms) • Manual interaction where necessary; relocator choice (LocSAT, NonLinLoc) • Remote processing/review • SeisComP 3 uses (broadband) mB as default magnitude for large earthquakes • Written in C++ with most functionality available as library functions • Database support as module (MySQL, SQLite, PostgreSQL) • Scripting interface for the Python language

  4. Station inventory XML schema (dataless SEED import) Use of full instrument response (e.g. MT, strong motion data) Abstract locator interface to allow use of not just LocSat NonLinLoc fully integrated as relocator option (ETH funded) Choice of locator and traveltime tables Offline mode to work with mseed or XML files; replay Automated moment tensor (Hamburg Univ.) SeisComP3 Some Features

  5. SeedLink – Real time data acquisition slarchive – Storing waveform data in SDS structure ArcLink – Retrieval of waveform data from archive scmaster – Central modul of messaging system scqc – Determination of Quality Parameters of WF scautopick – Automatic picking scautoloc – Automatic localization scamp – Amplitude determination scmag – Magnitude calculation scevent – Compilation of earthquake parameters SeisComP3 Processing Modules

  6. scrttv – Showing actual waveforms of the stations scmv – Showing the overall situation scesv – Summary of the Event scolv – Revision of processing results including manual picking scqcv – Showing the Waveform quality parameters SeisComP3 Graphical user interfaces (GUI)

  7. scart – copying waveforms from archive to archive or file scbulletin – writing event information into a bulletin file scmm – Performance monitor (GUI) scdb – writing QuakeML files to DB scevtlog – Loggin of all event updates scevtls – providing event IDs within a timespan SeisComP3 Utilities

  8. Simplifiedautomatic processing AutoPick AutoLoc GUI EventTool Origin 1 Pick 1 Pick 7 Pick 5 Pick 6 Pick 3 Pick 2 Pick 4 Event 1 P O E Time Location Magnitude Time Location Magnitude 1 Magnitude 7 Magnitude 2 Magnitude 4 Magnitude 5 Magnitude 3 Magnitude 6 O MagTool Origin 1 A M Waiting until time windows of 30s for mb amplitude calculations are filled. Amplitude 1 Amplitude 6 Amplitude 5 Amplitude 4 Amplitude 3 Amplitude 2 Amplitude 7

  9. Metadata is required for stations to be processed by SeisComp (1) create key-files import_dlsv -p “acquisition:iris” dataless_II.SSS1 import_dlsv -p “acquisition:iris” dataless_IU.SSS2 import_dlsv -p “acquisition:stat3” dataless_NN.SSS3 import_dlsv -p “acquisition:stat4” dataless_NN.SSS4 profile in ~/seiscomp3/acquisition/key/profile_iris SRCADDR=‘rtserve.iris.washington.edu’ SRCPORT=‘18000’ (2) sesicomp config and choose option ‘W’ (3) sync_dlsv dataless_NN.SSS1 (updates the DB)

  10. GUIs - scmv - Station with actual ground motion Ground motion legend Triggering station (blinking)

  11. GUIs - scmv - P-wave Associated stations Epicenter Size=Magnitude Color=Depth S-Wave

  12. GUIs - scrttv - Pick Time Trace information

  13. GUIs - scrttv - Picks Trace sorted by Distance Origin arrived

  14. GUIs - scesv - Time information Magnitude information Location information Epicenter

  15. GUIs - scolv - Summary Epicenter plus Stations Origin information Arrival table Residuals X=Distance Y=Time Merge manual and automatic solution Relocate Open ManualPicker Commit Origin to system Fix Depth

  16. GUIs - scolv - X=Azimuth Y=Residual

  17. GUIs - scolv - Magnitudes Magnitude residuals Stationmagnitude table

  18. GUIs - scolv - Align traces by phase or time Picking mode (P/S) Filter (defined) Relocate Choose component (Z/N/E) Manual pick (green) Zoom trace All traces Automatic picks (red) Theoretical arrivals (blue) Time Trace information

  19. update of metadata GFZ Potsdam ETH Zurich INGV Rome IPGP Paris Others: Munich Hannover IRIS ~ 1000 stations, ~100 TB

  20. http://www.seiscomp3.org/wiki/license

  21. Originally developed for teleseismic (tsunamigenic) earthquakes – flexibility for monitoring local earthquakes

  22. QC-Tool: • Determining waveform quality like • Timing quality • RMS • Offset • Gaps • … AutoPick: Detection of seismic signals • MagTool: • Calculating magnitudes • MLv • mb • mB • … WF SC3 Server • Master: • Central element of the messaging system, which is handling the meta data exchange between SC3 modules • based on spread (open source messaging toolkit) • TCP/IP • writes objects to SQL DB (MySQL, POSTGRESQL) AT AP QC • AmpTool: • Calculating amplitudes for • MLv • mb • mB • … Master with DB-plugin WaveformServer: Providing real time data by seedlink and archive data by arclink DB EventTool: Associating origins to events (earthquake folder) Choosing best location and magnitude, AutoLoc: Automatic localization of earthquakes MT AL ET

More Related