FreeCalypso > hg > fc-rfcal-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
82:a094db1453b1 | 83:45ef4a06edfc |
---|---|
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 */ | 123 /* analytical follow-up */ |
124 txcal_basis_compute(); | 124 txcal_basis_compute(); |
125 /* actual Tx levels calibration */ | |
126 calibrate_tx_levels(); | |
125 | 127 |
126 | 128 exit(0); |
127 } | 129 } |