GET /seismograms_raw¶
- Description
Returns the raw, correctly rotated seismograms from an Instaseis database. No further post-processing like STF reconvolution or resampling is performed. This is mostly useful for using the Instaseis client in remote mode. If you only want to get seismograms and continue your work with other programs, please use the
/seismograms
route.- Content-Type
application/vnd.fdsn.mseed
- Special Response Headers
Instaseis-Mu
: This transports the mu of the model for the given seismogram which is needed for some finite source calculations. Please make sure your proxy does not filter it.- Filetype
Returns MiniSEED files encoded with encoding format 4 (IEEE floating point).
Parameter |
Type |
Required |
Default Value |
Description |
---|---|---|---|---|
|
String |
False |
ZNE, Z, or NE (depends on what the DB supports) |
Specify the orientation of the synthetic seismograms as a list of
any combination of | |
|
Datetime |
False |
1970-01-01T00:00:00.000000Z |
Time of the first sample. |
Receiver Parameters |
||||
|
Float |
True |
The latitude of the receiver. |
|
|
Float |
True |
The longitude of the receiver. |
|
|
Float |
False |
0.0 |
The depth of the receiver in meter. |
|
String |
False |
The network code of the final seismogram. |
|
|
String |
False |
The station code of the final seismogram. |
|
|
String |
False |
Specify the location code of the final seismograms. |
|
Source Parameters |
||||
|
Float |
True |
The latitude of the source. |
|
|
Float |
True |
The longitude of the source. |
|
|
Float |
False |
0.0 |
The depth of the source in meter. |
Source can be given as the moment tensor components… |
||||
|
Float |
False |
A moment tensor component in Nm. |
|
|
Float |
False |
A moment tensor componentin Nm. |
|
|
Float |
False |
A moment tensor componentin Nm. |
|
|
Float |
False |
A moment tensor componentin Nm. |
|
|
Float |
False |
A moment tensor componentin Nm. |
|
|
Float |
False |
A moment tensor componentin Nm. |
|
…as a double couple… |
||||
|
Float |
False |
Strike of a double couple source in degree. |
|
|
Float |
False |
Dip of a double couple source in degree. |
|
|
Float |
False |
Rake of a double couple source in degree. |
|
|
Float |
False |
Scalar seismic moment in Nm. |
|
…or as a force source. |
||||
|
Float |
False |
A force source component in N. |
|
|
Float |
False |
A force source component in N. |
|
|
Float |
False |
A force source component in N. |