Akeem Wells | be7dbf5d91bM | Merge branch 'master' into CAS-13692CAS-13692-3 | | CAS-13692 |
Sandra Castro | dc6bcff2d26M | Merge pull request #517 in CASA/casa6 from CAS-13691 to master* commit 'a0a81fd09217c8111b9c66be2faa5bb8d88cf597':
Fix previous commit
Remove TBD parameter from returndict function defition
The task examples only show if there are input parameters. Including a TBD so the example will show
removed the test input field in the xml
More experementing with the xml. Trying to get examples to appear
Making more additions to xml and fixing typos
Cha...6.4.4.9 | | CAS-13691 |
Akeem Wells | 8a0cfd9b633Remove duplicates and add error checking in cases where file syntax is correct but file does not exist | Remove duplicates and add error checking in cases where file syntax is correct but file does not existCAS-13692-2 | | |
Akeem Wells | 3beb5cb495dM | Merge branch 'master' into CAS-13692 | | CAS-13692 |
Ville Suoranta | 2780b6eb223M | Merge pull request #518 in CASA/casa6 from CAS-13665 to master* commit '33cebe8ec636cf2515af33c1bc969554a1373173': (36 commits)
update inline help about dosubtract
deleted a misleading text in inline help.
rename do_fit() and do_apply() to _do_fit() and _do_apply()
put fit/apply logic out of the main task code
am empty commit
update test062 to check blparam files, plus refactoring
update the task behaviour related to dosubtract, overwrite an...6.4.4.8 | | CAS-13665 |
Ville Suoranta | a0a81fd0921 | Fix previous commitCAS-13691-7 | | |
Ville Suoranta | 159b88809f3 | Remove TBD parameter from returndict function defitionCAS-13691-6 | | |
Wataru Kawasaki | 33cebe8ec63M | Merge branch 'master' into CAS-13665CAS-13665-7 | | CAS-13665 |
Wataru Kawasaki | c3e16f366a0 | update inline help about dosubtractCAS-13665-6 | | |
Ville Suoranta | b592815b239M | Merge pull request #516 in CASA/casa6 from CAS-13689 to master* commit '1e535fecd4b8d8a77794909690f3bb1c61ab587f':
removed remaining casa5 code from imagepol tests.
Remove additional files6.4.4.7 | | CAS-13689 |
Ville Suoranta | 1fac9766f31M | Merge pull request #515 in CASA/casa6 from CAS-13496 to master* commit 'ed23de10edf9f90e4d10df14faf04c89081aa8ef':
Lowered the priority of a few more log messages that I missed previously
Changed logging level of some of the automasking messages from INFO to INFO3 as requested by CAS-579 | | 2 Jira issues |
Wataru Kawasaki | fdf19469f23 | deleted a misleading text in inline help.CAS-13665-5 | | |
Neal Schweighart | 1c830e9e2e4M | Merge branch 'master' into CAS-13691CAS-13691-5 | | CAS-13691 |
Darrell Schiebel | 027ad823ba2M | Merge pull request #511 in CASA/casa6 from CAS-13530 to master* commit 'eb4caefceadfaf07aa6efc7e233367dff2617f42':
CAS-13530 : Skipped tests 3 and 4 again (after request from SC)
CAS-13530 : added back split,concat task imports to test_tclean.py - it got lost in the merge conflict yesterday....
CAS-13530 : Now, brought back the if( isReadable(...) ) checks to make the code a little more robust. This brings the functionality/code back to where we sta...6.4.4.6 | | 3 Jira issues |
Akeem Wells | 22ded0d6bc5M | Merge branch 'master' into CAS-13692CAS-13692-1 | | CAS-13692 |
Sandra Castro | 801131e766cM | Merge pull request #514 in CASA/casa6 from CAS-13586 to master* commit 'f0a158155eba19f9a84fa8ff620cb6fc144b2992':
CAS-13586 fix broken link in parameter_dictionary.py (just in case)
PIPE-13586 fix another broken link in browsetable GUI help
CAS-13586 fix broken link in msuvbin and casaqt help
CAS-13586 more fix on broken link
CAS-13586 fix broken link to TaQL documentation | | 2 Jira issues |
Sandra M Castro | 1e535fecd4bM | Merge branch 'master' into CAS-13689CAS-13689-3 | | CAS-13689 |
Wataru Kawasaki | beb7e001de2M | Merge branch 'master' into CAS-13665CAS-13665-4 | | CAS-13665 |
R. V. Urvashi | eb4caefceadM | Merge branch 'master' into CAS-13530CAS-13530-22 | | CAS-13530 |
Wataru Kawasaki | f8799065836 | rename do_fit() and do_apply() to _do_fit() and _do_apply()CAS-13665-3 | | |
Pam Harris | 3d5bd0bb0c8M | Merge pull request #513 in CASA/casa6 from CAS-13736 to master* commit 'eb3d3893ef20f802e6ea4e3779ed2905fbc1c5f5':
Removed casa5-related code from the script. Removed the testmms code to read MMS data from another directory, which is deprecated with the use of ctsys.resolve(). Add the functions from recipes.listshapes:listshapes and checkMSes to the test script so that listshapes.py can be removed from casa6. Refactored a few functions for better readin...6.4.4.5 | | CAS-13736 |
Akeem Wells | d7c17fc3da4 | Update to check for all realpaths fora given test.Loop through components first before adding default list to empty components | | |
Wataru Kawasaki | ce2d86e2e10 | put fit/apply logic out of the main task code | | |
Sandra Castro | 6a7aca750d8M | Merge pull request #512 in CASA/casa6 from CAS-10234 to master* commit 'c02a8765eeac0760bfc8939e0367919ece37974a':
CAS-10234 more comprehensible variable name
CAS-10234 rename image to image_data
CAS-10234 import numpy as np
CAS-10234 remove unused variable
CAS-10234 move the code unrelated to plotting outside try-block
CAS-10234 make sure plotter is always closed
CAS-10234 remove if block for CASA 5 support
CAS-10234 replace pylab with py...6.4.4.4 | | CAS-10234 |
Sandra M Castro | eb3d3893ef2 | Removed casa5-related code from the script.Removed the testmms code to read MMS data from another directory, which is deprecated with
the use of ctsys.resolve().
Add the functions from recipes.listshapes:listshapes and checkMSes to the test script
so that listshapes.py can be removed from casa6.
Refactored a few functions for better reading.
This should fix the running of test_split in Casa Dev Test
Remove created data that were left ou...CAS-13736-1 | | |
Neal Schweighart | 9b366e1f3b1 | The task examples only show if there are input parameters.Including a TBD so the example will show | | |
Neal Schweighart | d570dbcf2ab | removed the test input field in the xml | | |
Neal Schweighart | ffb3ea385ee | More experementing with the xml.Trying to get examples to appear | | |
R. V. Urvashi | 0b08d21729f | CAS-13530 : Skipped tests 3 and 4 again (after request from SC)CAS-13530-21 | | CAS-13530 |
Neal Schweighart | 4fdb68248d1 | Making more additions to xml and fixing typos | | |
Sandra M Castro | 2de4551ca40 | removed remaining casa5 code from imagepol tests.CAS-13689-2 | | |
Neal Schweighart | 494abae1ad2 | Changes to the xml to get the example to appear on the docs pageCAS-13691-4 | | |
Neal Schweighart | 563d454783f | Changed the example for returndict xml | | |
Neal Schweighart | 893ac932ce9 | Updated the xml with the structure of the dictionary and additional descriptionCAS-13691-3 | | |
R. V. Urvashi | 72a1ed6cd5b | CAS-13530 : added back split,concat task imports to test_tclean.py - it got lost in the merge conflict yesterday....CAS-13530-20 | | CAS-13530 |
Ville Suoranta | b89727306c9M | Merge pull request #509 in CASA/casa6 from CAS-13644 to master* commit 'c22556747639721cb9394a3b38f823ec77069044':
Moved up the --ignore_list option and added more examples how to run.
Additional Notes added for ignore list
Update to runtest README.md
More changes to the runtest.py documentation
Adding documentation to runtest.py2 tags | | CAS-13644 |
R. V. Urvashi | e64e7aa70b0M | Merge branch 'master' into CAS-13530.Resolved conflict casa5/6 imports in test_tclean.pyCAS-13530-19 | | CAS-13530 |
Ville Suoranta | 1cc042a3dbbM | Merge pull request #510 in CASA/casa6 from CAS-13489 to master* commit '22d4db65e0e3a4f5a9029d2c9bef562c87dc76ad':
add note re: uv -> image coordinate system not being expected
updated Unit test to String test
updated docs re: units handling
implemented unit handling for uv-plane -> image-plane transform
implemented units handling for image plane -> uv-plane transform
remove test data products | | CAS-13489 |
David Mehringer | 22d4db65e0eM | Merge branch 'master' into CAS-13489Conflicts:
casatools/tests/tools/image/test_ia_fft.pyCAS-13489-4 | | CAS-13489 |
Takahiro Tsutsumi | ed23de10edf | Lowered the priority of a few more log messages that I missed previouslyCAS-13496-2 | | |
Akeem Wells | 3a7968c880b | Remove additional files | | |
Takahiro Tsutsumi | 24e08cf106cM | Merge branch 'master' into CAS-13496 | | CAS-13496 |
Ville Suoranta | 1db4223d866M | Merge pull request #508 in CASA/casa6 from CAS-13629 to master* commit '567bd64fdb833687e38c22c671159b1781204720':
add import os
Updated using scastro's suggestion.
remove remaining CASA 5 reference
CAS-13629 commit for fix of DirectionCoordinate::makeFourierCoordinate
CAS-13629 add test_new_inc(), remove CASA 5 stuff, delete created files6.4.4.2 | | CAS-13629 |
Akeem Wells | fa42943cc04M | Merge branch 'master' into CAS-13689 | | CAS-13689 |
Takeshi Nakazato | c02a8765eeaM | Merge branch 'master' into CAS-10234CAS-10234-3 | | CAS-10234 |
Wataru Kawasaki | 9df7d9f8767 | am empty commit | | |
Wataru Kawasaki | 9c0d55822e4 | update test062 to check blparam files, plus refactoring | | |
David Mehringer | 4c3a1b828e5 | add note re: uv -> image coordinate system not being expectedCAS-13489-3 | | |
David Mehringer | dfc7d6c6834M | Merge branch 'master' into CAS-13489 | | CAS-13489 |
David Mehringer | 567bd64fdb8 | add import osCAS-13629-5 | | |