Jpp  master_rocky-43-ge265d140c
the software that should make you happy
JCompassSupportkit.hh
Go to the documentation of this file.
1 #ifndef __JCOMPASS__JCOMPASS_SUPPORTKIT__
2 #define __JCOMPASS__JCOMPASS_SUPPORTKIT__
3 
4 #include "JMath/JConstants.hh"
5 
6 /**
7  * \file
8  *
9  * Meridian convergence angles for different sites.
10  * \author mdejong
11  */
12 
13 namespace JCOMPASS {}
14 namespace JPP { using namespace JCOMPASS; }
15 
16 namespace JCOMPASS {
17 
18  /**
19  * Meridian convergence angle - angle between Geodesic North and UTM "northing".
20  */
21 
22  static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_DEG = -2.022225934803321; //!< ORCA meridian convergence angle [deg]
23  static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_DEG = 0.5773961143251137; //!< ARCA meridian convergence angle [deg]
24 
25  static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_RAD = ORCA_MERIDIAN_CONVERGENCE_ANGLE_DEG * JMATH::PI / 180.0; //!< ORCA meridian convergence angle [rad]
26  static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_RAD = ARCA_MERIDIAN_CONVERGENCE_ANGLE_DEG * JMATH::PI / 180.0; //!< ARCA meridian convergence angle [rad]
27 }
28 
29 #endif
Mathematical constants.
Auxiliary classes and methods for orientation calibration based on compasses.
static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_DEG
Meridian convergence angle - angle between Geodesic North and UTM "northing".
static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_DEG
ARCA meridian convergence angle [deg].
static const double ORCA_MERIDIAN_CONVERGENCE_ANGLE_RAD
ORCA meridian convergence angle [rad].
static const double ARCA_MERIDIAN_CONVERGENCE_ANGLE_RAD
ARCA meridian convergence angle [rad].
static const double PI
Mathematical constants.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).