Version:

salvus.flow.simple_config.receiver.seismology

Receivers in a seismological context.
Specifically this means:
  • Coordinates are specified in latitude, longitude, and burrial beneath the local subsurface.
  • The rotation matrices will be set so that the output of SalvusCompute will be in ZNE (vertical, north, and east) which corresponds to most seismological instruments.
For 2D the latitude will ignored and only the longitude will be assumed. This is the default polar coordinate system with:
  • x = r * cos(phi)
  • y = r * sin(phi)
phi is the longitude here.

Functions

parse()

Classes

Point2D

Point3D

SideSetPoint2D

SideSetPoint3D

Exceptions

SalvusFlowReceiverParseError

Parent class: salvus.flow.simple_config.SalvusFlowSimpleConfigException
Raised if a receiver file couldnot be parsed.

SalvusFlowReceiverParseWarning

Parent class: salvus.flow.simple_config.SalvusFlowSimpleConfigWarning
Raised if a receiver file couldnot be parsed.
PAGE CONTENTS