# HG changeset patch # User Daniele Nicolodi # Date 1341405590 -7200 # Node ID 239f2fe67cc0a13d6076ac30568d9e121afb1416 # Parent 5a3099ca939792e426901f264a3eeea3e161ab10 Fix slope cancelling following Hg cavity What we really want to do is to keep constant the frequency of the beat note between comb and 1062 nm light from the Hg cavity, acting on the repetition rate by stearing the frequency of the 1542 nm light from the local cavity to which we lock the comb. diff -r 5a3099ca9397 -r 239f2fe67cc0 FXAnalyse.c --- a/FXAnalyse.c Tue Jul 03 15:17:41 2012 +0200 +++ b/FXAnalyse.c Wed Jul 04 14:39:50 2012 +0200 @@ -1307,7 +1307,7 @@ currentFreq = Math2; break; case SLOPE_REFERENCE_HG_CAVITY: - currentFreq = Math3 * 1062.5 / 1542.2; + currentFreq = Ch2 * 1062.5 / 1542.2; break; }