Merge pull request #822 in CASA/casa from hotfix/CAS-11550 to master
* commit 'faf86256bc7a14f459118d0e4fa51e251858493c':
A minor help doc update as asteroid models has been update in the data repository
Revert "Merge pull request #808 in CASA/casa from feature/CAS-12068 to master"
This reverts commit be589aaa88e81ffc2dad426c39990e6800eaeb88, reversing
changes made to 90a9ae2247be3c4ddd5df7f45c9396c68e60a74b.
Merge pull request #808 in CASA/casa from feature/CAS-12068 to master
* commit 'e5a935c9322c36c4e72037910d32520c3b5913c8': (37 commits)
Added a test for fringe-fitting with multiple reference antennas
Moved the test in FringeJones that the reference antenna is set to the right place
Fixed the refant value in tFingeJones_GT.cc
Undoing a botched reversion
Revert "Correctly initialise parameters for FringeJones test"
Correctly initialise parameters for FringeJones test
Removed redundant variables from FringeJones for warning-free compile
Tweak comment in an attempt to wake up bamboo.
Fixed a bug in fringefit that was mutating the reference antenna list
Added reference antenna logging to the fringefitter task; fixed a showstopper bug
Add information multiple reference antennas to the fringefit documentation
Extending fringefit to use a list of reference antennas
Store the FFT snr in the first component of the SNR array. Should not be propagated to production\!
Added an option (maxits) to the fringefit to set the maximum number of iterations of the least-squares solver
Don't insist that all relevant correlations are good
add accor task
do not extrapolate using the rate when rereferencing FringeJones
Add accor and fringefit tasks
Make AccorJones normalizable. This allows applying the result of a previous accor invocation while running the accor task. This makes it possible to use accor as an equivalent to the ACSCL task in AIPS.
implement re-referencing for FringeJones caltables
...