You will find all updates regarding our database (e.g. new data sets, changes, announcements etc.) here. There are no updates for now.

Catalog properties

Our event catalog is based on the study of Knapmeyer et al. (2006)

Parameter Value
Total number of events 120
Time span 1 Earth year starting on 2019-01-01T00:00:00
The b-value 0.92 ∓ 0.01
Magnitude range 2.5-5.0
Reported magnitude type Moment magnitude
Depth range 2.0-100.0
Source type Double-couple only

If you use our web services, please cite the study below:

Ceylan, S., M. van Driel, F. Euchner, A. Khan, J. F. Clinton, L. Krischer, M. Boese, and D. Giardini, 2016. From initial models of seismicity, structure and noise to synthetic seismograms for Mars, Space Science Reviews, InSight Special Issue, doi:10.1007/s11214-017-0380-6

You might also consider citing the QuakeML, ObsPy, AxiSEM, and Instaseis papers:

Schorlemmer, D., F. Euchner, P. Kastli, and J. Saul, 2011. QuakeML: status of the XML-based seismological data exchange format. Annals of Geophysics, [S.l.], v. 54, n. 1, p. 59-65, apr. 2011. ISSN 2037-416X.
Krischer, L., T. Megies, R. Barsch, M. Beyreuther, T. Lecocq, C. Caudron, and J. Wassermann, 2015. ObsPy: a bridge for seismology into the scientific Python ecosystem, Computational Science & Discovery, 8(1), 014003, doi: 10.1088/1749-4699/8/1/014003.
Nissen-Meyer, T., van Driel, M., Stähler, S. C., Hosseini, K., Hempel, S., Auer, L., Colombi, A., and Fournier, A., 2014. AxiSEM: broadband 3-D seismic wavefields in axisymmetric media, Solid Earth, 5, 425-445, doi:10.5194/se-5-425-2014.
van Driel, M., Krischer, L., Stähler, S. C., Hosseini, K., and Nissen-Meyer, T., 2015. Instaseis: instant global seismograms based on a broadband waveform database, Solid Earth, 6, 701-717, http://dx.doi.org/10.5194/se-6-701-2015.

More information on Martian seismicity can be found in Knapmeyer et al. (2006):

Knapmeyer, M., J. Oberst, E. Hauber, M. Wahlisch, C. Deuchler, and R. Wagner, 2006. Working models for spatial distribution and level of Mars' seismicity, J. Geophys. Res., 111, E11006, doi:10.1029/2006JE002708.

We arbitrarily select two models from our list of models to reflect thin and thick crust: C30VH-AKSNL-1s and C80VH-AKSNL-1s, respectively. We also produce waveforms with and without surface noise. In order to identify these different combinations, we use the location code segment of miniseed file names. Our waveforms are stored in SDS archive format: the file names are constructed using network, station, location, and channel codes combined with the year and day of year in order. (e.g. 7J.SYNT1.01.BXZ.D.2019.289). Below tables show the constant parameters and some examples to describe our file naming convention.

  

Field names used in miniseed file names

Name Value
Year of simulation 2019
Network code 7J
Station code SYNT1
Channel codes BXN (north), BXE (east), BXZ (vertical)
Location codes 00: Thin crust, no noise
01: Thin crust, with noise
10: Thick crust, no noise
11: Thick crust, with noise

 

Examples(day of year: 289)

For other Martian models, see our Green's functions database list

Model name Model description Assigned location code Miniseed file name
C30VH-AKSNL-1s Thin crust (30 km), no noise 00 7J.SYNT1.00.BX*.D.2019.289
C30VH-AKSNL-1s Thin crust (30 km), with noise 01 7J.SYNT1.01.BX*.D.2019.289
C80VH-AKSNL-1s Thick crust (80 km), no noise 10 7J.SYNT1.10.BX*.D.2019.289
C80VH-AKSNL-1s Thick crust (80 km), with noise 11 7J.SYNT1.11.BX*.D.2019.289

Below are some examples for using FDSN web services. To download the sample data, click on the Run the example link next to each row. Here, we only give some simple examples. Please refer to specifications document FDSN website for a complete list of keywords, and combine the parameters to extract your target dataset as needed.

Accessing the waveforms: fdsnws-dataselect

Purpose FDSN example to use
Get the waveforms for all channels between two dates in miniseed format http://synthetics.mars.ethz.ch/fdsnws/dataselect/1/query?channel=BX*&starttime=2019-01-01T00:00:00&endtime=2019-01-02T00:00:00 Run the example
Get the waveforms for two channels between two dates in miniseed format http://synthetics.mars.ethz.ch/fdsnws/dataselect/1/query?channel=BXN,BXE&starttime=2019-01-01T00:00:00&endtime=2019-01-02T00:00:00 Run the example
Download the waveforms for the first model WITHOUT noise: First character in the location code is the model (0), and second character represents noise(1) or no noise(0) http://synthetics.mars.ethz.ch/fdsnws/dataselect/1/query?location=00&starttime=2019-01-01T00:00:00&endtime=2019-01-02T00:00:00 Run the example
Download the waveforms for the first model WITH noise: First character in the location code is the model (0), and second character represents noise(1) or no noise(0) http://synthetics.mars.ethz.ch/fdsnws/dataselect/1/query?location=01&starttime=2019-01-01T00:00:00&endtime=2019-01-02T00:00:00 Run the example

Accessing the station metadata: fdsnws-station

Purpose
FDSN example to use
Retrieve the InSight station metadata in StationXML format http://synthetics.mars.ethz.ch/fdsnws/station/1/query?network=7J&station=SYNT1 Run the example
Retrieve the station metadata in text format http://synthetics.mars.ethz.ch/fdsnws/station/1/query?network=7J&station=SYNT1&format=text Run the example
Retrieve the station metadata for each channel in text format http://synthetics.mars.ethz.ch/fdsnws/station/1/query?network=7J&station=SYNT1&format=text&level=channel Run the example
Retrieve the station metadata for a time span (in case metadata changes) http://synthetics.mars.ethz.ch/fdsnws/station/1/query?network=7J&station=SYNT1&starttime=2019-01-01T00:00:00&endtime=2019-01-02T00:00:00 Run the example

Accessing the events in our catalog: fdsnws-event

Purpose
FDSN example to use
Query the catalog for two dates, results ordered by time. results will returned in QuakeML format. http://synthetics.mars.ethz.ch/fdsnws/event/1/query?starttime=2019-01-01T00:00:00&endtime=2019-03-01T00:00:00&orderby=time Run the example
Repeat the same query above. Request data in text format. http://synthetics.mars.ethz.ch/fdsnws/event/1/query?starttime=2019-01-01T00:00:00&endtime=2019-03-01T00:00:00&orderby=time&format=text Run the example
Request events within an area in text format. http://synthetics.mars.ethz.ch/fdsnws/event/1/query?minlatitude=0.0&maxlatitude=30.0&minlongitude=0.0&maxlongitude=30.0&format=text Run the example
Query events for a magnitude range. http://synthetics.mars.ethz.ch/fdsnws/event/1/query?minmagnitude=0.0&maxmagnitude=3.0 Run the example