diff autocal/txbandmain.c @ 80:b0da2db4e36b

fc-rfcal-txband: basis run implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 15 Jul 2017 21:22:38 +0000
parents 3f63e71b6422
children 83b24a1dfd4a
line wrap: on
line diff
--- a/autocal/txbandmain.c	Sat Jul 15 21:06:43 2017 +0000
+++ b/autocal/txbandmain.c	Sat Jul 15 21:22:38 2017 +0000
@@ -24,14 +24,14 @@
 };
 
 struct tx_calchan_range tx_calchan_900[] = {
-	{   0,   27,   14},
-	{  28,   47,   40},
-	{  48,   66,   57},
-	{  67,   85,   76},
-	{  86,  104,   95},
-	{ 105,  124,  114},
-	{ 975,  994,  985},
-	{ 995, 1023, 1009}
+	{  0,   27,   14},
+	{ 28,   47,   40},
+	{ 48,   66,   57},
+	{ 67,   85,   76},
+	{ 86,  104,   95},
+	{105,  124,  114},
+	{975,  994,  985},
+	{995, 1023, 1009}
 };
 
 struct tx_calchan_range tx_calchan_1800[] = {
@@ -115,8 +115,11 @@
 	do_rfpw(AFC_ENA_FLAG, 0);
 
 	/* any previous calchan needs to be cleared out first */
+	printf("Initializing calchan table\n");
 	init_tx_calchan();
 	upload_tx_calchan();
+	/* run the basis measurements */
+	txcal_basis_run();
 
 
 }