Pull request #771: CAS-13705
Merge in CASA/casa6 from CAS-13705 to master
* commit '9483e883e5d389032b40e1139100991582c7315e': (31 commits)
add a commnet (mostly to retrigger the Bamboo build)
Update tests for the added overwrite parameter
Fixed a typo
Minor parameter description edit
Add overwrite parameter and check when overwrite=F
Edit on error message
A minor edit on the error message
Catch if there is duplicated time in the returned query result and issue an error message with instruction for a workaround
Fix xml tags
Few documentation fixes
Add some error handlings and documentation update
Another typo fix
More doc fixes
Typo fix
Fix typos and add a note that calendar months and years are not supported in interval.
Allow only integer value in interval string. Add allowed units in the xml doc.
Add support for float with unit and unitless integer for timeinterval
Add content check for the output table
Change isDatabaseURLreachable to isDatabaseURLunreachable and fixed return boolean values accordingingly. Fix test names to be more readable.
Add back an accidentally removed line in the code
...
Pull request #772: CAS-14165 create getcalmodvla task
Merge in CASA/casa6 from CAS-14165 to master
* commit 'db60838f8f784f9de5b7e8875f0da1edafda74f2': (53 commits)
use certifi to squash [SSL: CERTIFICATE_VERIFY_FAILED] issue
update declaration and summary generated by casadocs
remove renamed files
rename calmodvla -> getcalmodvla
updated task description generated by casadocs
calmod -> calmodvla name change
calmod -> calmodvla name change
calmod -> calmodvla
remove mjd test, let server handle that, remove superfluous test file test
Single quote to double quote because that's what black code formatter does
check point
check point
check point
code clean up
bug fix, always shutdown server even if exception
don't check for valid source name in code, instead let server responnd for bad sourcename
some refactoring and rewriting and more tests
updates for obsdate and refdate string formatting
update docs
Add query1.json to setup.py for casatestutils
...
Pull request #770: CAS-14219
Merge in CASA/casa6 from CAS-14219 to master
* commit '7334dd27c6038c278b21b700840c940e8f564478':
For CAS-14219, explicitly import measures (me) tool so it works in modular casa6; added revision description
For CAS-14219, some further minor refinements to the script and tests.
For CAS-14219, update formation of IGS filename to match the new CDDIS convention (including for rapid product files). Use 'gunzip' instead of (deprecated in RHEL) 'uncompress' (CAS-14292) and decrease fontsize in VLA-centric TEC plot (CAS-13741). Also cleaned up various tedious python code near these changes.