Pull request #895: CAS-14500Merge in CASA/casa6 from CAS-14500 to master
* commit 'ddec656297ccd0d8cde7c69e592a96437808eda5':
CAS-14500 replace imghdr with file command
Pull request #894: CAS-14372Merge in CASA/casa6 from CAS-14372 to master
* commit '752754b903ab9be522b46eb3b29b55f6c2163304':
Update build.conf to master versions
Update casabrowser branch version
Add instructions for building macOS 13/14 using MacPorts ARM64 with Qt6
Update build.conf with the dev CAS-14372 dev packages
std::binary_function removed after C++17 [CAS-14372]
Pull request #893: CAS-14489Merge in CASA/casa6 from CAS-14489 to master
* commit 'f90c6a9a0efa2c15b33b99aceb582401d063722f':
Changed sdimaging into tsdimaging for parameter featherimage following CAS-14489 (documentation change only).
Pull request #892: CAS-14048Merge in CASA/casa6 from CAS-14048 to master
* commit 'c57194d24d6ca48195ed2cba393e611d2b28f4af':
Add closing comma to tasks in add_to_dict if missing
Update weblog to have line wrapping on Safari and Firefox browsers
Pull request #890: CAS-14448Merge in CASA/casa6 from CAS-14448 to master
* commit 'a5a0fb5cc2a4f3ab0f7da79dd9e259a03843eb5d':
Update regex in runtest. Update asyncio process for py312
Pull request #889: CAS-14435Merge in CASA/casa6 from CAS-14435 to master
* commit 'e93b7529ba195e886e8193e4a60804a99778c099':
revert gitmodules
MSMetaData update
looks like i can't get hyperlinks to work in xml docs
try using xml entities for "special" characters
more updated docs
updated docs in msmetadata.xml
CAS-14435 test to verify fix for fdm misidentification for heavy online channnel avg
update .gi...
Pull request #888: CAS-14475Merge in CASA/casa6 from CAS-14475 to master
* commit '7bbdef7336ded306041268fb77d452055533f4e7':
Update casaconfig to 1.0.2
Add casaconfig==1.0.1.dev14475 to build.conf
Exclude casaconfig in runtest.py
added casaconfig==1.0.2.dev1 to pick up test casaconfig for this ticket
CAS-14201: Fix bug with mask=[]If mask is passed in as an empty list, in the case of niter=0 the return
dictionary construction fell over. os.path.exists() wants an empty
string, but if an empty list was passed in it threw a KeyError.
This is now fixed by putting in the appropriate guard rails before it
gets to os.path.exists. The length of the input mask is tested, so
regardless of empty string or list it will catch it the...
Pull request #884: CAS-14439Merge in CASA/casa6 from CAS-14439 to master
* commit 'f11c3ddeec7842927b187f6a4c9dcee141eab55b':
RChanges according to the NAOJ code review Refs #2721 and Refs #2726 - emove dcolor codes from sdimaging deprecation warning due to log file readability issues
Changes according to the NAOJ code review Refs #2715 - changed line length
Removed test messages from warning
Deprecation warning ...
Pull request #883: Update to use util find_spec instead of find_loaderMerge in CASA/casa6 from CAS-14470 to master
* commit 'acf17965893895c92835c7cabddf517ca0821f05':
Update to use util find_spec instead of find_loader
Pull request #880: Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fixMerge in CASA/casa6 from CAS-14465 to master
* commit 'bc7512a0f92339aa2ee25a7909238b92e8879733':
Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix
RChanges according to the NAOJ code review Refs #2721 and Refs #2726 - emove dcolor codes from sdimaging deprecation warning due to log file readability issues
Pull request #877: CAS-14253Merge in CASA/casa6 from CAS-14253 to master
* commit '5092c74f3e1b3523f35946fd9e67b24a7dbde8c1':
Add test cases for expected failures in gencal
Add test with the new functionality to create a caltable from ALMA antenna positions JSON file
CAS-14253: Use input JSON file to compute the ALMA antenna position corrections
CAS-14253: Describe the infile parameter for the JSON ALMA antenna p...