Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Commit stable changes as a prelude to tidying up recent work. * Multiply chan freq by 2pi - removes all other usage of this factor. * Formalise ability to write model data. * Add hacky delay estimator - checkpointing before incorporating it properly. * Formalise gain inits - now unique per term (with a standard default). Increase numbness on delay flags. * Make reference antenna controllable. * Upgrade phase-only solver to be insensitive to amplitudes. * Update crosshand phase solver. * Add rudimentary init for the crosshand phase - assumes solution int of 0 in time and 1 in freq. * Improve phase only solver tests in pursuit of other problems. * Zero flagged data when estimating delays. * Add funtionality to load terms with fewer/more correlations than the present solve requires. * Fix to prevent gains loaded from disk being reinitialised. * Remove X init method - it is incorrect when not using corrected data. * Fix converged perc going over 100. Change normalisation approach. * Revert bad change to normalisation code. * Make alteration to delay kernel to ignore off-diagonal residuals - aids convergence. * Make diag_complex ignore off diagonal components of the residual. * Add beginnings of revision to amplitude only solver. Currently in a hacky form to test the maths - checkpointing before refining. * Finish up changes to amplitude solver. Rely on modified (phase-locked) residual computation. * Minor modification to make tec solver consistent with delay solver. * Fix error in delay init when data contains autocorrelations. * Allow initial estimates to be disabled. * Add a pure rotation solver. * Actually add all files. * Attempt to update rotation solver. * Mix some bad merging. * Fix some bad merging. * Fix some bad merging. * Fix some bad merging. * Fix some bad merging. * Fix bug + tests.
- Loading branch information