Merge pull request #1094 in CASA/casa from CAS-12605 to master* commit 'a708e86d98bd884013360ab4cb978a8427ea0e91':
rename raise->throw and remove forced trues, CAS-12605
more informative raise_programmer_error function, CAS-12605
Merge pull request #1087 in CASA/casa from CAS-12625 to master* commit '428d63f7fc559b45b3bc2ec18271cfde3896bf9c':
protect against a 1 channel chunk
removed a compiler warning
chunk creating an extra chunk of only one channel causes linear interpolation to shift to nearest
Merge pull request #1092 in CASA/casa from bugfix/CAS-12647 to master* commit '0ecba1c890b3491c0ce152bd1d330871c1aa5f88':
fixed a typo that prevented uvtaper to be copied properly...added a unit test that test uvtaper
Merge pull request #1091 in CASA/casa from CAS-12640 to master* commit 'c044d2d4ce498cd78066363f0ba59095306497d5':
Merge the CAS-12624 CASA6 fix to CASA5
Merge pull request #1086 in CASA/casa from bugfix/CAS-12603 to master* commit '95ca29a5954f9d4735b028be8c51ecbdf830adca':
Trivial change to trigger bamboo re-builds...
CAS-12603: Fix additional dangling table cache issues which occurs in inner antenna loop when insufficient data triggers a continue (added missing st.close()).
CAS-12603: Added close of the table tool created by the deep copy of the input table, so it doesn't get stuck in the table cache.
Merge pull request #1085 in CASA/casa from CAS-12641 to master* commit '8aab0c2e74711da9f87173be8d44771df7fd8461':
CAS-12641 remove unnecessary debug message from sdimaging
Merge pull request #1083 in CASA/casa from bugfix/CAS-12582 to master* commit 'dd65c06a61a51a3bddba78d1e8213f7f6b5c8119':
CAS-12582: Added trap for case of user specifying too many spws in spwmap (in general), which was causing a memory corruption in filling pivot frequencies for delay (KJones) application. Also introduced interim fix in KJones for spwmap'd pivot frequency comprehension in the cal library context (assume spwmap uniformity over callib entries...
CAS-12603: Fix additional dangling table cache issues which occurs in inner antenna loop when insufficient data triggers a continue (added missing st.close()).
Merge pull request #1080 in CASA/casa from bugfix/CAS-12424 to master* commit 'cbe37bba150bc7d1a8619979ff870f0bcf122a0b':
Weblog displays Number of Processors Used : Max Number of processors ( prints 'Serial' : 'Max Number of processors' if MPI is not enabled) tests summary table displays a number next to the the test cases check_val prints epsilon error fixed in raise exceptions when decorator is in place casaTestHelper.generate_weblog has a new parameter nam...
Weblog displays Number of Processors Used : Max Number of processors ( prints 'Serial' : 'Max Number of processors' if MPI is not enabled)tests summary table displays a number next to the the test cases
check_val prints epsilon
error fixed in raise exceptions when decorator is in place
casaTestHelper.generate_weblog has a new parameter named show_passed. Boolean value that when False, only failed tests are printed to weblog ( Set as True by default)
Fixed Various indent errors
Fixed Trailing WhiteSpace issues
Merge pull request #1077 in CASA/casa from CAS-12600 to master* commit '831f05a3be29553807fae2de5020defb13368f08':
make parallel cube tclean to use ia.imageconcat instead of stand alone imageconcat
update docs, fix warning
CAS-12600 add mode feature to allow user to specify the output format
Just committing brokeness for now so I don't lose it while I go
CAS-12600 ImageFactory::fromFile() specializations
Merge pull request #1078 in CASA/casa from bugfix/CAS-12604 to master* commit '39a1106d72581b1c6dcc4804e7dcf026320c79dd':
resetting the FFT2D object in HetArrayconvfunc and SimplePBConvFunc for chan chunk
Reset the FFT2D object for every chunk
Merge pull request #1074 in CASA/casa from bugfix/CAS-12602 to master* commit 'e86f76506b3ac3b4102bc01d8194a49beee3e3ef':
removed a debug print
When an ephemeris table is attached to the FIELD table call to MSFieldColumns::phaseDirMeas and MSFieldColumns::ephemerisDirMeas does not do parallax correction but rather returns the direction from whatever position the ephemeris table in FIELD subtable. Provided ways to do the parallax correction in VisBufferUtil
Merge pull request #1073 in CASA/casa from CAS-12607 to master* commit '67ddcd7a6cc6305da1ccf1f2152db0871ceeada7':
Set input widths in AnnRotBox, add print test in tAnnRotBox
When an ephemeris table is attached to the FIELD table call to MSFieldColumns::phaseDirMeas and MSFieldColumns::ephemerisDirMeas does not do parallax correction but rather returns the direction from whatever position the ephemeris table in FIELD subtable.Provided ways to do the parallax correction in VisBufferUtil
Merge pull request #1070 in CASA/casa from CAS-12601 to master* commit '3c0b7deafc154aa0eff82929c96e4dd54d7295f7':
Increase frequency resolution in task_plotweather.py
Merge pull request #1071 in CASA/casa from CAS-12372 to master* commit 'bcd3e419c57e98dfb8de4b744eaedc9647c9974c': (38 commits)
fixed problem in parallel_imager_helper with imports when no MPI is available, used parallel_task_helper.py as example
merged imagerhelper changes from casatasks
some test_simobserve.py tests work again in casa6
fix path join issues in test_tclean.py
merge in parallel_task_helper.py changes from casatasks
changes to m...