FreeCalypso > hg > fc-rfcal-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
80:b0da2db4e36b | 81:83b24a1dfd4a |
---|---|
118 printf("Initializing calchan table\n"); | 118 printf("Initializing calchan table\n"); |
119 init_tx_calchan(); | 119 init_tx_calchan(); |
120 upload_tx_calchan(); | 120 upload_tx_calchan(); |
121 /* run the basis measurements */ | 121 /* run the basis measurements */ |
122 txcal_basis_run(); | 122 txcal_basis_run(); |
123 /* analytical follow-up */ | |
124 txcal_basis_compute(); | |
123 | 125 |
124 | 126 |
125 } | 127 } |