diff autocal/txbandmain.c @ 83:45ef4a06edfc

fc-rfcal-txband: initial implementation complete, ready to test
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jul 2017 23:09:46 +0000
parents 83b24a1dfd4a
children 2bed7b024f64
line wrap: on
line diff
--- a/autocal/txbandmain.c	Sat Jul 15 22:48:29 2017 +0000
+++ b/autocal/txbandmain.c	Sat Jul 15 23:09:46 2017 +0000
@@ -122,6 +122,8 @@
 	txcal_basis_run();
 	/* analytical follow-up */
 	txcal_basis_compute();
-
+	/* actual Tx levels calibration */
+	calibrate_tx_levels();
 
+	exit(0);
 }