changeset 10:239f2fe67cc0

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.
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Wed, 04 Jul 2012 14:39:50 +0200
parents 5a3099ca9397
children 773ed756067e
files FXAnalyse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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;
 							}