changeset 116:4f56dbdad85d

Fix N3 measurement
author Daniele Nicolodi <daniele.nicolodi@obspm.fr>
date Fri, 05 Jul 2013 16:07:18 +0200
parents 23f8b7b2b63a
children 96ab53ab9496
files FXAnalyse.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/FXAnalyse.c	Fri Jul 05 16:06:26 2013 +0200
+++ b/FXAnalyse.c	Fri Jul 05 16:07:18 2013 +0200
@@ -1149,7 +1149,7 @@
 						}
 						
 						n_3++;
-						f_rep_minus += Ch2 - Slope_3 * (utc - t3_3);
+						f_rep_minus += Math1 + 250000000 - Slope_3 * (utc - t3_2);
 						f_beat_Sr_minus += Ch3;
 						
 						if (utc - t3_3 > DeltaT_3) {