Pull request #901: CAS-14249
Merge in CASA/casa6 from CAS-14249 to master
* commit 'c849f9cdf483096d07fbcdf2d805d0fdae773bd9':
ratesmooth now marked as experimental in the xml
re-toggled on rate smoothing for the test case
Added ratesmooth param to toggle using rates while smoothing rates are now also smoothed by smoothtime
added param passed to ct globals
remove new param from ctglobals
fixed test failure. Still using the data from the CAS-14249 ticket as the test data, Looking to add more test cases using a doctored data set
Changed cycle prediction to use the differences from the current phase value. Changed cycle prediction to iterate over polId instead of ipar. Cleaned up unused variables.
Removed complex conditions since they will never occur in this case. Removed mention of par and parok since only fpar is used. Cleaned up some spacing. Unwrap phase pol uses polid 0 and 1 now before they were set to polId which would lead both to have an id of 1
previous removals were commented out. Now the lines are deleted
removed real/imag conversion to amp/phase and removed channel looping
Changed the FringeJones smoothCT to an override of smooth
cleaned up cout statments in fringefitsmooth and added test case for new behavior
Apply to both pols (ipar==0 and 4)
Cleaned up comments and added phase wrapping for median mode
Added new fringe fit smoothing mode. (Currently just testing with smooth mode 'mean')