c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
sofa_constants.h
1/** \addtogroup sofa_constants
2 * In general, these constants are provided through boost or mxlib with templatized functions/types.
3 *
4 * \note You should include SOFA via \ref sofa.hpp, rather than the SOFA headers. In particular, this will remove the constant DC which collides with the Eigen library.
5 *
6 *
7 *
8 * @{
9 *
10 */
11/// Pi (defined in the \ref astro_sofa "SOFA" library sofam.h)
78/** Though defined in the \ref astro_sofa "SOFA" library sofam.h, this is undefined by \ref sofa.hpp to avoid a collision with Eigen. You can use \ref mx::astro::c() instead.