Takeshi Nakazato 42d9cb17900 Replace "pixel" with "channel"
CAS-11041
There is a suggestion that the word "pixel" is confusing since it can
also be used for specifying spatial location. For spectral axis,
"channel" is less confusing. Replace "pixel" with "channel" CAS-11041
There is a suggestion that the word "pixel" is confusing since it can
also be used for specifying spatial location. For spectral axis,
"channel" is less confusing. 15 May 2018 CAS-11041 Takeshi Nakazato 0136f2bf7ea M Merge pull request #508 in CASA/casa from CAS-11371 to master * commit 'bea1a85de255b735a3718fbef1a81e86e03b3ec5':
CAS-11371 fixed msmd.exposuretime() example error in docs 13 May 2018 CAS-11371 David Mehringer bea1a85de25 M Merge branch 'master' into CAS-11371 11 May 2018 CAS-11371 Pam Ford 75f0fa24008 M Merge pull request #505 in CASA/casa from feature/CAS-2961 to master * commit '3b48949fa9c2e4a4f5156174bc7573659d5f83ee':
Update task documentation
Activate test for "pseudoI"
Support "pseudoI" in single dish imaging
Added tclean inline docs, and verification test programs
CAS-2961 : Enable pseudo-I imaging for tclean (version 1) 11 May 2018 CAS-2961 Pam Ford 39bfb4808da M Merge pull request #506 in CASA/casa from hotfix/slsearch-xml to master * commit '8dd92a2018dbbcd5c04b2a28059baa54ad041af9':
improper vector initalization 11 May 2018 Darrell Schiebel a4ffbde74a3 M Merge pull request #504 in CASA/casa from hotfix/CAS-11396 to master * commit '214c0ff8ebb633695e5db711eec657236d7e20b5':
Restore plotms datacolumns as subparams 11 May 2018 CAS-11396 Darrell Schiebel 8dd92a2018d improper vector initalization 10 May 2018 Pam Ford ae70278707f M Merge pull request #502 in CASA/casa from hotfix/CAS-11277 to master * commit '829a921dd262def8d37d1f83feb1ce7a2be78580':
Minor in-line help fixes 5.3.0-mas-127 10 May 2018 CAS-11277 Ville Suoranta e81e3c279e6 M Merge pull request #503 in CASA/casa from CAS-11012 to master * commit '297e6c18972022411006d65089f935dcee0ad7f9':
Escape single quotes in parameter xml description field.
Minor documentation fixes to task xml files, demoted and unneeded WARN log message to INFO 10 May 2018 CAS-11012 Pam Ford 214c0ff8ebb Restore plotms datacolumns as subparams 10 May 2018 Pam Ford b36bc9a7295 M Merge pull request #501 in CASA/casa from CAS-11389 to master * commit '6cbebad2272c509322ddf4494bdb5d6c989d86e6':
fix typo
type fixes for specfit task 10 May 2018 CAS-11389 Pam Ford 76c8adeeb38 M Merge pull request #500 in CASA/casa from CAS-11178 to master * commit 'a2e47cd2ea33ea4988d4184b4a1efc982a373cc0':
QC static initialization fixes
changes have been merged to github master
more fixes...
changes for casacore::QC static fixes
add proper casaviewer.cc package startup for linux 10 May 2018 CAS-11178 Darrell Schiebel 6cbebad2272 fix typo 09 May 2018 Pam Ford fac9ed5cef6 M Merge pull request #496 in CASA/casa from feature/CAS-10516 to master * commit '9d745e1495c9fc0ed71dbc87d5a33eec9641e262':
Fixed a typo
Added a feature to extend cube stokes I mask to cube multi-Stokes imaging
Fixed to handle input mask without degenerate axes for expanding masks
Further modification for expanding Stokes I mask. Also added some unit tests.
added expansion alog stokes for cube
merged from cas10516 branch 5.3.0-mas-126 09 May 2018 CAS-10516 Darrell Schiebel a2e47cd2ea3 M Merge branch 'master' into CAS-11178 5.3.0-85-test-CAS-11178-3 09 May 2018 CAS-11178 Darrell Schiebel c469ad32ee3 type fixes for specfit task 09 May 2018 George Moellenbrock 297e6c18972 Escape single quotes in parameter xml description field. 5.3.0-124-test-CAS-11012-2 08 May 2018 Darrell Schiebel f808ee7bc12 M Merge pull request #498 in CASA/casa from bugfix/CAS-11333 to master * commit '67ba9454d1b09356e18d015263095cabc22c5841':
Set obsPosition properly 5.3.0-mas-125 08 May 2018 CAS-11333 Darrell Schiebel 9224a7575a2 M Merge pull request #499 in CASA/casa from hotfix/CAS-11377 to master * commit '86d6e3fc1da2b9d3e0d7464476091b8cc37de485':
Fixed Indentation Errors
Fixed ssl deprecation and ssl protocol error. Update ssl.PROTOCOL_TLSv1 to ssl.PROTOCOL_TLS. This change will only work in python 2.7.13 and greater 08 May 2018 CAS-11377 Darrell Schiebel 24ac2fc6413 M Merge pull request #497 in CASA/casa from CAS-11262-2 to master * commit 'd888ff33b102c6b34252c153de1c06aab7e7f825':
Fixed typo in MPIClient() call. Added also a check if mpi is enabled so that it only goes through parallel section if mpicasa is used. This will force running through an MMS as a monolithic MS when casa is not started with mpicasa. Still need to verify tests. 08 May 2018 CAS-11262 Takahiro Tsutsumi 829a921dd26 Minor in-line help fixes 07 May 2018 Akeem Wells 86d6e3fc1da Fixed Indentation Errors 07 May 2018 Akeem Wells b5a9f0c15f9 Fixed ssl deprecation and ssl protocol error. Update ssl.PROTOCOL_TLSv1 to ssl.PROTOCOL_TLS. This change will only work in python 2.7.13 and greater 07 May 2018 George Moellenbrock 56c58e19278 Minor documentation fixes to task xml files, demoted and unneeded WARN log message to INFO 5.3.0-124-test-CAS-11012-1 07 May 2018 David Mehringer aad63918fc1 CAS-11371 fixed msmd.exposuretime() example error in docs 04 May 2018 CAS-11371 Ville Suoranta ee3949b3278 M Merge pull request #494 in CASA/casa from CAS-11290 to master * commit '14b7a96911ebbf33b704b243bc8f7d6b7326853b':
add "*.rstr" panel type option 5.3.0-mas-124 04 May 2018 CAS-11290 Takahiro Tsutsumi 9d745e1495c Fixed a typo 5.3.0-60-feature-CAS-10516-5 03 May 2018 Ville Suoranta 7b081fc7a84 M Merge pull request #493 in CASA/casa from CAS-11365 to master * commit 'a35ac731d8a9bf769fe50f84574cbf463e91d1a1':
initialize asdm storage manager w/ CASAtools 5.3.0-mas-123 03 May 2018 CAS-11365 Ville Suoranta ff0daa1fd82 M Merge pull request #492 in CASA/casa from bugfix/CAS-11288 to master * commit 'bc4f8bc099c7d0ed2ee18550e99c13d59149aeb0':
Exit right away if the initial automask (or mask) is zero 03 May 2018 CAS-11288 Ville Suoranta aa22b100026 M Merge pull request #491 in CASA/casa from hotfix/remove-import-find to master * commit '8908f19abfc35452dec159036a438b8190442767':
removed "import find" from casa.py to fix failing pipeline test 5.3.0-mas-122 02 May 2018 Darrell Schiebel a35ac731d8a initialize asdm storage manager w/ CASAtools 5.3.0-121-test-CAS-11365-1 02 May 2018 Takahiro Tsutsumi adbd528c94f Added a feature to extend cube stokes I mask to cube multi-Stokes imaging 5.3.0-60-feature-CAS-10516-4 02 May 2018 Akeem Wells 8908f19abfc removed "import find" from casa.py to fix failing pipeline test 02 May 2018 Darrell Schiebel 59c839410d7 QC static initialization fixes 5.3.0-85-test-CAS-11178-2 02 May 2018 Darrell Schiebel db2a38db4c7 changes have been merged to github master 02 May 2018 Darrell Schiebel e2369ee3c02 M Merge branch 'CAS-11360' into CAS-11178 02 May 2018 2 Jira issuesDarrell Schiebel 84dd3c46e75 M Merge branch 'master' into CAS-11178 02 May 2018 CAS-11178 Darrell Schiebel 19b6d3f331c M Merge pull request #489 in CASA/casa from CAS-10576 to master * commit '8048ddc58fa30ca22631260359722af9c9f51b7b':
Fix fixplanets typo and fixuvw description
Fix task_importvla typos. CAS-10576
Fix a typo in task_listvis docs 02 May 2018 CAS-10576 Darrell Schiebel a144db536c7 M Merge pull request #490 in CASA/casa from CAS-9139 to master * commit '2956754d04ed5059fbda873e1dda7e0b361d5d02':
fix typo in hdkey example 02 May 2018 CAS-9139 Sandra M. Castro d888ff33b10 Fixed typo in MPIClient() call. Added also a check if mpi is enabled so that it only goes through parallel section if mpicasa is used.
This will force running through an MMS as a monolithic MS when casa
is not started with mpicasa. Still need to verify tests. 02 May 2018 Darrell Schiebel f34f801d98a more fixes... 01 May 2018 Darrell Schiebel e2042ba9b06 changes for casacore::QC static fixes 01 May 2018 David Mehringer 2956754d04e fix typo in hdkey example 5.3.0-120-test-CAS-9139-1 01 May 2018 Darrell Schiebel 3ab26cfbbf9 M Merge pull request #488 in CASA/casa from CAS-11347 to master * commit '541830024585f48d0d6d4dbc586e2c4217f12fc8':
Remove find_pg import from task_wrappers.py
Remove task_find 5.3.0-mas-121 30 Apr 2018 CAS-11347 Ville Suoranta 8048ddc58fa Fix fixplanets typo and fixuvw description 5.3.0-118-test-CAS-10576-2 30 Apr 2018 Ville Suoranta 7657972acc3 M Merge pull request #486 in CASA/casa from CAS-11262 to master * commit 'ee907319c4539cfeb97916f4d391d21c391e72a3':
It will raise and error and exit if the alternative datapath is not found. Added the use of local instance of the table tool.
Bypass checks that are not relevant for the MMS. These checks look at specific cells in specific rows and because MS and MMS have different sorting order, they do not work as it is.
Added task_initweights to task... 5.3.0-mas-120 27 Apr 2018 CAS-11262 Ville Suoranta 14bc964b8df M Merge pull request #487 in CASA/casa from bugfix/CAS-11349 to master * commit 'a3bf6f7d8d1f0d5537b024c903f005452cc248b2':
Fixed wrong handling of empty dictionary 27 Apr 2018 CAS-11349 Ville Suoranta dab2e431a25 M Merge pull request #485 in CASA/casa from feature/CAS-10060 to master * commit '2d527481ad4dff786021e4793cbdb60b55a613bb':
in-line help edits
Fixed nsigma not being set initially in initMinorCycle. This is a workaround for now and more proper handling is done later.
save debugging for now
Fixed typos in log messages
Made nsigma threshold to be updated before the global exit tests
Clean up some of debug messages
Fixed inconsistent log messages for di... 27 Apr 2018 CAS-10060 Ville Suoranta 54183002458 Remove find_pg import from task_wrappers.py 5.3.0-118-test-CAS-11347-2 27 Apr 2018 Takeshi Nakazato a3bf6f7d8d1 Fixed wrong handling of empty dictionary CAS-11349
Copied and pasted corresponding code from casa2pycli.xsl. 5.3.0-119-bugfix-CAS-11349-1 27 Apr 2018 CAS-11349