Mercurial > hg > fxanalyse
comparison FXAnalyse.c @ 228:5e69d9abbbf2
Update Hg expected frequency with value of last measurement
author | Daniele Nicolodi <daniele.nicolodi@obspm.fr> |
---|---|
date | Thu, 09 Oct 2014 15:58:32 +0200 |
parents | a2f99632a80c |
children | 9e240adb3053 |
comparison
equal
deleted
inserted
replaced
227:a2f99632a80c | 228:5e69d9abbbf2 |
---|---|
28 #define SPEED_OF_LIGHT 299792458.0 // m/s | 28 #define SPEED_OF_LIGHT 299792458.0 // m/s |
29 | 29 |
30 #define SR_FREQUENCY 429.228293 // THz | 30 #define SR_FREQUENCY 429.228293 // THz |
31 #define SR_WAVELENGTH (SPEED_OF_LIGHT / SR_FREQUENCY / 1.0e3) // nm | 31 #define SR_WAVELENGTH (SPEED_OF_LIGHT / SR_FREQUENCY / 1.0e3) // nm |
32 | 32 |
33 #define HG_FREQUENCY 282.143 // THz | 33 #define HG_FREQUENCY 282.143622 // THz |
34 #define HG_WAVELENGTH (SPEED_OF_LIGHT / HG_FREQUENCY / 1.0e3) // nm | 34 #define HG_WAVELENGTH (SPEED_OF_LIGHT / HG_FREQUENCY / 1.0e3) // nm |
35 | 35 |
36 | 36 |
37 // select which data provider to use | 37 // select which data provider to use |
38 #ifdef NDEBUG | 38 #ifdef NDEBUG |