version  0.0.1
Defines the C++ API for MsPASS
Public Attributes | List of all members
mspass::utility::SphericalCoordinate Struct Reference

Encapsulates spherical coordinates in a data structure. More...

#include <SphericalCoordinate.h>

Public Attributes

double radius
 
double theta
 
double phi
 

Detailed Description

Encapsulates spherical coordinates in a data structure.

Spherical coordinates come up in a lot of contexts in Earth Science data processing. Note actual coodinate system can depend on context. For whole Earth models it can define global coordinates, but in three component seismograms the normal convention of geographical coordinates is always assumed.

Author
Gary L. Pavlis

Member Data Documentation

◆ phi

double mspass::utility::SphericalCoordinate::phi

Azimuthal angle (from x) of spherical coordinates. Units always assumed to be radians.

◆ radius

double mspass::utility::SphericalCoordinate::radius

Radius from center.

◆ theta

double mspass::utility::SphericalCoordinate::theta

Zonal angle (from z) of spherical coordinates. Units always assumed to be radians.


The documentation for this struct was generated from the following file: