1. casa
  2. casa6

Commits

AuthorCommitMessageCommit dateIssues
Akeem WellsAkeem Wells
be7dbf5d91bMMerge branch 'master' into CAS-13692CAS-13692-3CAS-13692
Sandra CastroSandra Castro
dc6bcff2d26MMerge 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.9CAS-13691
Akeem WellsAkeem Wells
8a0cfd9b633Remove duplicates and add error checking in cases where file syntax is correct but file does not existRemove duplicates and add error checking in cases where file syntax is correct but file does not existCAS-13692-2
Akeem WellsAkeem Wells
3beb5cb495dMMerge branch 'master' into CAS-13692CAS-13692
Ville SuorantaVille Suoranta
2780b6eb223MMerge 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.8CAS-13665
Ville SuorantaVille Suoranta
a0a81fd0921Fix previous commitCAS-13691-7
Ville SuorantaVille Suoranta
159b88809f3Remove TBD parameter from returndict function defitionCAS-13691-6
Wataru KawasakiWataru Kawasaki
33cebe8ec63MMerge branch 'master' into CAS-13665CAS-13665-7CAS-13665
Wataru KawasakiWataru Kawasaki
c3e16f366a0update inline help about dosubtractCAS-13665-6
Ville SuorantaVille Suoranta
b592815b239MMerge 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.7CAS-13689
Ville SuorantaVille Suoranta
1fac9766f31MMerge 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-5792 Jira issues
Wataru KawasakiWataru Kawasaki
fdf19469f23deleted a misleading text in inline help.CAS-13665-5
Neal SchweighartNeal Schweighart
1c830e9e2e4MMerge branch 'master' into CAS-13691CAS-13691-5CAS-13691
Darrell SchiebelDarrell Schiebel
027ad823ba2MMerge 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.63 Jira issues
Akeem WellsAkeem Wells
22ded0d6bc5MMerge branch 'master' into CAS-13692CAS-13692-1CAS-13692
Sandra CastroSandra Castro
801131e766cMMerge 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 documentation2 Jira issues
Sandra M CastroSandra M Castro
1e535fecd4bMMerge branch 'master' into CAS-13689CAS-13689-3CAS-13689
Wataru KawasakiWataru Kawasaki
beb7e001de2MMerge branch 'master' into CAS-13665CAS-13665-4CAS-13665
R. V. UrvashiR. V. Urvashi
eb4caefceadMMerge branch 'master' into CAS-13530CAS-13530-22CAS-13530
Wataru KawasakiWataru Kawasaki
f8799065836rename do_fit() and do_apply() to _do_fit() and _do_apply()CAS-13665-3
Pam HarrisPam Harris
3d5bd0bb0c8MMerge 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.5CAS-13736
Akeem WellsAkeem Wells
d7c17fc3da4Update to check for all realpaths fora given test.Loop through components first before adding default list to empty components
Wataru KawasakiWataru Kawasaki
ce2d86e2e10put fit/apply logic out of the main task code
Sandra CastroSandra Castro
6a7aca750d8MMerge 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.4CAS-10234
Sandra M CastroSandra M Castro
eb3d3893ef2Removed 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 SchweighartNeal Schweighart
9b366e1f3b1The task examples only show if there are input parameters.Including a TBD so the example will show
Neal SchweighartNeal Schweighart
d570dbcf2abremoved the test input field in the xml
Neal SchweighartNeal Schweighart
ffb3ea385eeMore experementing with the xml.Trying to get examples to appear
R. V. UrvashiR. V. Urvashi
0b08d21729fCAS-13530 : Skipped tests 3 and 4 again (after request from SC)CAS-13530-21CAS-13530
Neal SchweighartNeal Schweighart
4fdb68248d1Making more additions to xml and fixing typos
Sandra M CastroSandra M Castro
2de4551ca40removed remaining casa5 code from imagepol tests.CAS-13689-2
Neal SchweighartNeal Schweighart
494abae1ad2Changes to the xml to get the example to appear on the docs pageCAS-13691-4
Neal SchweighartNeal Schweighart
563d454783fChanged the example for returndict xml
Neal SchweighartNeal Schweighart
893ac932ce9Updated the xml with the structure of the dictionary and additional descriptionCAS-13691-3
R. V. UrvashiR. V. Urvashi
72a1ed6cd5bCAS-13530 : added back split,concat task imports to test_tclean.py - it got lost in the merge conflict yesterday....CAS-13530-20CAS-13530
Ville SuorantaVille Suoranta
b89727306c9MMerge 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 tagsCAS-13644
R. V. UrvashiR. V. Urvashi
e64e7aa70b0MMerge branch 'master' into CAS-13530.Resolved conflict casa5/6 imports in test_tclean.pyCAS-13530-19CAS-13530
Ville SuorantaVille Suoranta
1cc042a3dbbMMerge 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 productsCAS-13489
David MehringerDavid Mehringer
22d4db65e0eMMerge branch 'master' into CAS-13489Conflicts: casatools/tests/tools/image/test_ia_fft.pyCAS-13489-4CAS-13489
Takahiro TsutsumiTakahiro Tsutsumi
ed23de10edfLowered the priority of a few more log messages that I missed previouslyCAS-13496-2
Akeem WellsAkeem Wells
3a7968c880bRemove additional files
Takahiro TsutsumiTakahiro Tsutsumi
24e08cf106cMMerge branch 'master' into CAS-13496CAS-13496
Ville SuorantaVille Suoranta
1db4223d866MMerge 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.2CAS-13629
Akeem WellsAkeem Wells
fa42943cc04MMerge branch 'master' into CAS-13689CAS-13689
Takeshi NakazatoTakeshi Nakazato
c02a8765eeaMMerge branch 'master' into CAS-10234CAS-10234-3CAS-10234
Wataru KawasakiWataru Kawasaki
9df7d9f8767am empty commit
Wataru KawasakiWataru Kawasaki
9c0d55822e4update test062 to check blparam files, plus refactoring
David MehringerDavid Mehringer
4c3a1b828e5add note re: uv -> image coordinate system not being expectedCAS-13489-3
David MehringerDavid Mehringer
dfc7d6c6834MMerge branch 'master' into CAS-13489CAS-13489
David MehringerDavid Mehringer
567bd64fdb8add import osCAS-13629-5

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

Add shortcut