Loading...
Searching...
No Matches
Go to the documentation of this file.
6constexpr auto pi =
static_cast<double>(EIGEN_PI);
9#define h_J_s 6.62607015e-34
12#define c_m_s 299792458.0
15#define kB_J_K 1.380649e-23
21#define DEG_TO_ASEC 3600.0
24#define ASEC_TO_DEG 1/3600.0
27#define DEG_TO_RAD pi/180.
30#define RAD_TO_DEG 1./(pi/180.)
33#define ASEC_TO_RAD pi/180./3600.
36#define RAD_TO_ASEC 1./(pi/180./3600.)
39#define DEG_TO_SR 1./pow(180./pi,2.)
42#define SR_TO_DEG pow(180./pi,2.)
45#define STD_TO_FWHM sqrt(8.*log(2.))
48#define FWHM_TO_STD 1/sqrt(8.*log(2.))
51#define MJY_SR_TO_mJY_ASEC (DEG_TO_SR)*(pow(3600.0,-2.0))*pow(10.0,6.0)*1e3
54#define mJY_ASEC_to_MJY_SR (SR_TO_DEG)*(pow(3600.0,2.0))*pow(10.0,-6.0)*1e-3
constexpr auto pi
Definition constants.h:6