Go to the documentation of this file.
3 #define H_CON 6.6262e-34
4 #define C_CON 2.99792458e8
5 #define K_CON 1.3807e-23
6 #define C1 2. * H_CON * pow( C_CON, 2. ) * 1.e24
7 #define C2 H_CON * 1.e6 * C_CON / K_CON
32 rad =
C1 / (pow(lam, 5.) * (exp(
C2 / (lam * bbt)) - 1.));
float bbt_2_rad(float bbt, float lam)