Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions libs/seiscomp/seismology/ttt.h
Original file line number Diff line number Diff line change
Expand Up @@ -69,12 +69,12 @@ class SC_SYSTEM_CORE_API TravelTime {
bool operator<(const TravelTime &other) const;

std::string phase; //!< phase code like "P", "pP", "PKiKP" etc.
double time; //!< actual travel time in seconds
double dtdd; //!< dt/dd angular slowness in sec/deg
double dtdh; //!< dt/dh dependence of time on source depth
double time; //!< [sec] actual travel time
double dtdd; //!< [sec/deg] dt/dd angular slowness
double dtdh; //!< [sec/km] dt/dh dependence of time on source depth
double dddp; //!< dd/dp
double takeoff; //!< take-off angle at source
OPT(double) azi; //!< azimuth angle at source (for 3D models)
double takeoff; //!< [deg] take-off angle at source: 0(down):180(up)
OPT(double) azi; //!< [deg] azimuth angle at source (for 3D models)
};


Expand Down