diff autocal/txbandmain.c @ 81:83b24a1dfd4a

fc-rfcal-txband: implemented the slope computations after basis run
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jul 2017 21:34:29 +0000
parents b0da2db4e36b
children 45ef4a06edfc
line wrap: on
line diff
--- a/autocal/txbandmain.c	Sat Jul 15 21:22:38 2017 +0000
+++ b/autocal/txbandmain.c	Sat Jul 15 21:34:29 2017 +0000
@@ -120,6 +120,8 @@
 	upload_tx_calchan();
 	/* run the basis measurements */
 	txcal_basis_run();
+	/* analytical follow-up */
+	txcal_basis_compute();
 
 
 }