Pull request #860: CAS-14424Merge in CASA/casa6 from CAS-14424 to master
* commit '4cfb1163eb1bbde7fdcec3ef6accde1df1611429':
substitute the viewer end-of-life URL for the placeholder string [CAS-14424]
in sdintimaging(... interactive=True, ...) post removal notice on macOS if casaviewer is not found [CAS-14424]
in deconvolve(...) post removal notice on macOS if casaviewer is not found [CAS-14424]
trap tclean(......
Pull request #859: CAS-14426 quick fix for regression test failureMerge in CASA/casa6 from CAS-14426 to master
* commit '232e250f00946f826afbcd03f3c2d040399e7c14':
CAS-14426 quick fix for regression test failure
Pull request #858: CAS-14421Merge in CASA/casa6 from CAS-14421 to master
* commit '15b4c8eb0c913d6b09d57756b45d4cfdeeac2afc':
remove CASA5/CASA6 conversion period version functions [CAS-14421]
Pull request #857: Change README.md to readme.md in setup.cfgMerge in CASA/casa6 from CAS-14427 to master
* commit 'a97451ee9edef321eb2bba04a3e94a96a944fe5a':
Change README.md to readme.md in setup.cfg
Pull request #856: CAS-14420Merge in CASA/casa6 from CAS-14420 to master
* commit '349796c773c70843e7d398efd920763fb71f9c1e':
Change /opt/local/lib to @rpath for the dependencies in __casac__/lib
Pull request #855: CAS-14309Merge in CASA/casa6 from CAS-14309 to master
* commit '709c61e95d984a0d9f9ef905ed8a01ea6f38ebc6':
pick up new viewer & plotms [CAS-14309]
include xml-casa changes which are more recent [CAS-14309]
pickup casaviewer/casaplotms built with bamboo generated jar file [CAS-14309]
pickup the bamboo generated jar file for xml-casa [CAS-14309]
pick up casaviewer/casaplotms wheels [CAS-14309...
Pull request #854: CAS-14408Merge in CASA/casa6 from CAS-14408 to master
* commit 'd05366008d20518824619a45d31be8a63bcfa624':
Add titan_eph_from_textdata.tab to teardown list
Minor improvements in the code based on the code review
Fixed the paths to the input data files
Added tests for tocasatb.Removed the debug message.
Minor update
Fixed the bug in handing text file ephemeris data as input. Added support fo...
Pull request #850: CAS-14218Merge in CASA/casa6 from CAS-14218 to master
* commit '76a73df42bbb7c827c85845db494af4ee088e64f':
remove reference to almatasks in casatestutils. Update component_to_test_map.json for wvrgcal ( update almatasks to casatasks )
CAS-14218: introduced new parameter "rseed" (random seed) in the user interface of task wvrgcal and the tool method wvr.gcal(). Default value 0 (zero) means that inte...
Pull request #852: CAS-14299Merge in CASA/casa6 from CAS-14299 to master
* commit '0f39801df00b47a55bf6010cbe69a2cc549a0106':
relaxed UVW checks to fewer digits after the decimal point, reflects observed differences with small UT1-UTC differences triggered by these tests and how TableMeas::dUT1 works. CAS-14299/CAS-14361.
fixed a typo in one of the shortdescriptions in importasdm.xml
polyephem_tabtimestep long docu...
Pull request #853: CAS-14411Merge in CASA/casa6 from CAS-14411 to master
* commit '2e6f18b82707751eb96186e771c5166d6b4fb677':
assertRaisesRegexp to assertRaisesRegex
with python 3.12 the "PyObject_HEAD_INIT(&PyType_Type)" idiom for creating a type object no longer works [CAS-14411]
Pull request #851: CAS-14007Merge in CASA/casa6 from CAS-14007 to master
* commit '378e9c95b5121e7ea19d5930a1b1ee1622df86be':
the ASDM ds and stream reader is now closed explicitly including on caught exceptions
CAS-14007 : fillMainLazily needs try/except block for the new exxception, fixed some typos, re-exposed an info output line summarizing each Main row fill, added cmments related to this bug for future debugger...
Pull request #847: CAS-14407Merge in CASA/casa6 from CAS-14407 to master
* commit '3cfed5d4d3994d8025baeb131157f94d7847398a':
pick up trunk build of casaviewer [CAS-14407]
pick up next casaviewer build [CAS-14407]
fix casaviewer version number in build.conf [CAS-14407]
undo build test + add casaviewer changes to build [CAS-14407]
try to get bamboo to build [CAS-14407]
Pull request #849: CAS-14255Merge in CASA/casa6 from CAS-14255 to master
* commit '82dc39066507ade3bb12d0e8ec3cb88ed8e04dd0':
Fix a boundary issue when the different ms's have different doppler swing amplitudes.
Added a new test for verification
provide option to see which size FFT2D plan is built for
Pull request #846: CAS-14386Merge in CASA/casa6 from CAS-14386 to master
* commit '1773b11c6b4b1b3d419ab9369999856b79ebd9a5':
fixed a typo and added a line to cover multiple run problem found in CAS-14386
A move of an image for parallel_continuum+mosweight was not checking existence of image. Re-enabled the parallel test for continuum+mosweight
Pull request #843: statwt orders of operation bug fixMerge in CASA/casa6 from CAS-14403 to master
* commit 'a086210302a98714ae4e40715ec3b8ed1b7cb52b':
statwt orders of operation bug fix
CAS-14218: introduced new parameter "rseed" (random seed) inthe user interface of task wvrgcal and the tool method wvr.gcal().
Default value 0 (zero) means that internally the original seed
value of 43 is used.
Pull request #841: CAS-14162Merge in CASA/casa6 from CAS-14162 to master
* commit '95259f99590c8c9dc4e6ae202582751cb1fcdf59': (26 commits)
Remove #include <string.h>
Adapt the instructions to the new casaconfig
Create data directory
Fix final message
Remove unnecessary include
Fix compilation with gcc 13.2
Fix the final text on successful build
Make significant changes related the removal of .ONESHELL
A...
Pull request #842: CAS-14382Merge in CASA/casa6 from CAS-14382 to master
* commit '5f09eac5811a1590a5825e41fa189531b8973a40':
Fixed check for existing file
fixed path to data issues and updated connection failure message
moved igs_file parameter creation outside of the try statment... Still looking at why the mac build is failing on the branch
Put the whole attempt to grab data in the try
first attempt at switc...