Pull request #765: CAS-13568 - plotbandpass fails when caltable contains totally flagged spw on the final antennaMerge in CASA/casa6 from CAS-13568 to master
* commit '0f18b945256c97fadf8f2c91d2e9c5ec8fab5d7e':
remove debugging statements + adjust sloppyUnique(...) test with 'test_task_plotms.py' + check if 'adesc' is defined before setting attributes [CAS-13568]
add debug output for sloppyUnique(...) [CAS-13568]
sync sloppyUnique(...) to "plotbandpass3.py" [CAS-13568]
resolve problems with integ...
Pull request #763: CAS-14178Merge in CASA/casa6 from CAS-14178 to master
* commit '688c451862916cf21a21bd11cbd0b7693241dda2':
CAS-14178 Refs #2601 Correct the xml formatting for the outfile parameter.
CAS-14178 delete the wrong description
Pull request #764: CAS-14119 plotbandpass colorizationMerge in CASA/casa6 from CAS-14119 to master
* commit 'e3d10b3e25026e5cf5159bac2af1762c8fcc4c94':
Add plotbandpass test for time overlay colorization
Shift plotbandpass overlay color list if multiple times have same color
Pull request #759: CAS-14203 - Fix tclean(niter=0) mask handlingMerge in CASA/casa6 from CAS-14203 to master
* commit 'e4661c67a628b7bdaadc9ff39c7ad97ca9dc7914':
CAS-14203 - Add test cases
CAS-14203 : Fix for user-supplied zero mask
Pull request #762: CAS-14246Merge in CASA/casa6 from CAS-14246 to master
* commit '343dffda2d1cf4962ade1ef4b8f013edeba426b0':
Update casacore version to 2cbdefe1defcc2dbd8b92811cab500333cf033fe
Update casacore to be65969210
Pull request #760: CAS-14185: "Flagdata mislabels correlations and scan in logfile"Merge in CASA/casa6 from CAS-14185 to master
* commit 'd039c0fb7b4703c58e79c41514ad0f8e400591cc':
add doc about basecnt also in task xml, CAS-14185
add basic tests for flagdata/summary w/ spwcorr=True and basecnt=True, CAS-14185
fix log line, also Spw=>Antenna, flagdata/summary w/ basecnt=True, CAS-14185
CAS-14185: Fix logger print when summarizing flag status for basecnt=True
Pull request #758: CAS-14200Merge in CASA/casa6 from CAS-14200 to master
* commit '6e7c75489cf6ca6c024449cbfcb25bc771537478':
switched to date conversion using quanta tool
updated test case for ant pos time limit
Added a conversion for the dates into counts for days. This is a rough assumption i.e. years being 365 days months being 30
Added mechanical test for new ant_pos_time_limit parameter
fixed subparameter...
remove debugging statements + adjust sloppyUnique(...) test with 'test_task_plotms.py' + check if 'adesc' is defined before setting attributes [CAS-13568]
Pull request #757: CAS-14240Merge in CASA/casa6 from CAS-14240 to master
* commit 'a974bed1a31246d66b2ee5eb2428a7947211c654':
import CountedPtr.h in LinearMosaic.h
Update casacore to adc7333f961259aa627ae930b06cc9f1b522401f
Pull request #755: CAS-11876Merge in CASA/casa6 from CAS-11876 to master
* commit 'b1e892e5908a745896a8ca0f7d586b5d49693b64':
Minor edit
move mslisthelper to a new location
A minor edit - remove a commented line
Added sorting of the data sel parameters when vislist is sorted by time
Set testcontent=False in check_mslist in order to identify missing SPECTRAL_WINDOW column properly. Also added sorting vis list wi...
Pull request #754: CAS-14150Merge in CASA/casa6 from CAS-14150 to master
* commit '1fc873e47af358c80ae3134d4a6147d3199d5ecb':
merge error [CAS-14150]
casaviewer/casaplotms version update [CAS-14150]
pick up latest viewer/plotms wheels [CAS-14150]
Modified the import of split so that it also works when running with casashell.
CAS-14150 fix failure of tsdimaging unit test
Fix casashell parameter coercion in ta...
Pull request #753: CAS-14225Merge in CASA/casa6 from CAS-14225 to master
* commit '86a6ce943411430d281af7d74ed498ba270dbeec':
Advance build.conf casaplotms version
Set build.conf plotms branch wheel
Pull request #750: CAS-14046 plotms feature to select and compute Stokes typesMerge in CASA/casa6 from CAS-14046 to master
* commit 'bcf86687ac9cb4f295c84b9b17ab52d281e6186d':
Advance casaplotms in build.conf
Update plotms branch wheel in build.conf
Set plotms branch wheel in build.conf
Advance plotms branch version
Set plotms branch wheel
Pull request #751: CAS-12753Merge in CASA/casa6 from CAS-12753 to master
* commit 'f9b3541658759f6204678c996c120c00fe1f0d37':
Add partial telescope name matching logic to simutil.readantenna (CAS-12753)
Resolve syntax issue in simutil.py for CAS-12753
Update simutil with validation patch for CAS-12753
Fix access to simutil user input in second method updated by previous commits for CAS-12753.
Mirror changes fro...
CAS-14203 : Fix for user-supplied zero maskAdded initial fix so if the user passes a zero filled mask, tclean
doesn't internally flip it. However, if no mask is passed then the
current (correct) behaviour is preserved.