1. casa
  2. casa5

Commits

AuthorCommitMessageCommit dateIssues
David MehringerDavid Mehringer
4aae502b17cMMerge branch 'master' into bugfix/CAS-11355CAS-11355
Pam FordPam Ford
39bfb4808daMMerge pull request #506 in CASA/casa from hotfix/slsearch-xml to master* commit '8dd92a2018dbbcd5c04b2a28059baa54ad041af9': improper vector initalization
Darrell SchiebelDarrell Schiebel
a4ffbde74a3MMerge pull request #504 in CASA/casa from hotfix/CAS-11396 to master* commit '214c0ff8ebb633695e5db711eec657236d7e20b5': Restore plotms datacolumns as subparamsCAS-11396
Darrell SchiebelDarrell Schiebel
8dd92a2018dimproper vector initalizationimproper vector initalization
Pam FordPam Ford
ae70278707fMMerge pull request #502 in CASA/casa from hotfix/CAS-11277 to master* commit '829a921dd262def8d37d1f83feb1ce7a2be78580': Minor in-line help fixesCAS-11277
Ville SuorantaVille Suoranta
e81e3c279e6MMerge 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 INFOCAS-11012
Pam FordPam Ford
214c0ff8ebbRestore plotms datacolumns as subparams
Pam FordPam Ford
b36bc9a7295MMerge pull request #501 in CASA/casa from CAS-11389 to master* commit '6cbebad2272c509322ddf4494bdb5d6c989d86e6': fix typo type fixes for specfit taskCAS-11389
Pam FordPam Ford
76c8adeeb38MMerge 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 linuxCAS-11178
Darrell SchiebelDarrell Schiebel
6cbebad2272fix typo
Pam FordPam Ford
fac9ed5cef6MMerge 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 branchCAS-10516
Darrell SchiebelDarrell Schiebel
a2e47cd2ea3MMerge branch 'master' into CAS-11178CAS-11178
Darrell SchiebelDarrell Schiebel
c469ad32ee3type fixes for specfit task
George MoellenbrockGeorge Moellenbrock
297e6c18972Escape single quotes in parameter xml description field.
Darrell SchiebelDarrell Schiebel
f808ee7bc12MMerge pull request #498 in CASA/casa from bugfix/CAS-11333 to master* commit '67ba9454d1b09356e18d015263095cabc22c5841': Set obsPosition properlyCAS-11333
Darrell SchiebelDarrell Schiebel
9224a7575a2MMerge 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 greaterCAS-11377
Darrell SchiebelDarrell Schiebel
24ac2fc6413MMerge 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.CAS-11262
Takahiro TsutsumiTakahiro Tsutsumi
829a921dd26Minor in-line help fixes
Akeem WellsAkeem Wells
86d6e3fc1daFixed Indentation Errors
Akeem WellsAkeem Wells
b5a9f0c15f9Fixed 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
George MoellenbrockGeorge Moellenbrock
56c58e19278Minor documentation fixes to task xml files, demoted and unneededWARN log message to INFO
Ville SuorantaVille Suoranta
ee3949b3278MMerge pull request #494 in CASA/casa from CAS-11290 to master* commit '14b7a96911ebbf33b704b243bc8f7d6b7326853b': add "*.rstr" panel type optionCAS-11290
Takahiro TsutsumiTakahiro Tsutsumi
9d745e1495cFixed a typo
Ville SuorantaVille Suoranta
7b081fc7a84MMerge pull request #493 in CASA/casa from CAS-11365 to master* commit 'a35ac731d8a9bf769fe50f84574cbf463e91d1a1': initialize asdm storage manager w/ CASAtoolsCAS-11365
Ville SuorantaVille Suoranta
ff0daa1fd82MMerge pull request #492 in CASA/casa from bugfix/CAS-11288 to master* commit 'bc4f8bc099c7d0ed2ee18550e99c13d59149aeb0': Exit right away if the initial automask (or mask) is zeroCAS-11288
Ville SuorantaVille Suoranta
aa22b100026MMerge 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
Darrell SchiebelDarrell Schiebel
a35ac731d8ainitialize asdm storage manager w/ CASAtools
Takahiro TsutsumiTakahiro Tsutsumi
adbd528c94fAdded a feature to extend cube stokes I mask to cube multi-Stokesimaging
Akeem WellsAkeem Wells
8908f19abfcremoved "import find" from casa.py to fix failing pipeline test
Darrell SchiebelDarrell Schiebel
59c839410d7QC static initialization fixes
Darrell SchiebelDarrell Schiebel
db2a38db4c7changes have been merged to github master
Darrell SchiebelDarrell Schiebel
e2369ee3c02MMerge branch 'CAS-11360' into CAS-111782 Jira issues
Darrell SchiebelDarrell Schiebel
84dd3c46e75MMerge branch 'master' into CAS-11178CAS-11178
Darrell SchiebelDarrell Schiebel
19b6d3f331cMMerge 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 docsCAS-10576
Darrell SchiebelDarrell Schiebel
a144db536c7MMerge pull request #490 in CASA/casa from CAS-9139 to master* commit '2956754d04ed5059fbda873e1dda7e0b361d5d02': fix typo in hdkey exampleCAS-9139
Sandra M. CastroSandra M. Castro
d888ff33b10Fixed typo in MPIClient() call. Added also a check if mpi is enabledso 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.
Darrell SchiebelDarrell Schiebel
f34f801d98amore fixes...
Darrell SchiebelDarrell Schiebel
e2042ba9b06changes for casacore::QC static fixes
David MehringerDavid Mehringer
2956754d04efix typo in hdkey example
Darrell SchiebelDarrell Schiebel
3ab26cfbbf9MMerge pull request #488 in CASA/casa from CAS-11347 to master* commit '541830024585f48d0d6d4dbc586e2c4217f12fc8': Remove find_pg import from task_wrappers.py Remove task_findCAS-11347
Ville SuorantaVille Suoranta
8048ddc58faFix fixplanets typo and fixuvw description
Ville SuorantaVille Suoranta
7657972acc3MMerge 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...CAS-11262
Ville SuorantaVille Suoranta
14bc964b8dfMMerge pull request #487 in CASA/casa from bugfix/CAS-11349 to master* commit 'a3bf6f7d8d1f0d5537b024c903f005452cc248b2': Fixed wrong handling of empty dictionaryCAS-11349
David MehringerDavid Mehringer
78a881250f2CAS-11355 region is no longer a subparamCAS-11355
Ville SuorantaVille Suoranta
dab2e431a25MMerge 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...CAS-10060
Ville SuorantaVille Suoranta
54183002458Remove find_pg import from task_wrappers.py
Takeshi NakazatoTakeshi Nakazato
a3bf6f7d8d1Fixed wrong handling of empty dictionaryCAS-11349 Copied and pasted corresponding code from casa2pycli.xsl.CAS-11349
Takahiro TsutsumiTakahiro Tsutsumi
538150cbd72Fixed to handle input mask without degenerate axes for expanding masks
Pam FordPam Ford
ee1fec17dafMMerge pull request #484 in CASA/casa from CAS-11254 to master* commit 'eb5fb20980386c2a9e9d6e3912a84ddb53cf5730': Add deprecation warningsCAS-11254
Ville SuorantaVille Suoranta
84b588110faRemove task_find

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut