1. casa
  2. casa6

Commits

AuthorCommitMessageCommit dateIssues
David MehringerDavid Mehringer
f31d785f639looks like i can't get hyperlinks to work in xml docslooks like i can't get hyperlinks to work in xml docs
David MehringerDavid Mehringer
3dd3a5d2961try using xml entities for "special" characters
David MehringerDavid Mehringer
b21fcff76d5more updated docs
David MehringerDavid Mehringer
92dafd56db1MMerge branch 'master' into CAS-14435CAS-14435
David MehringerDavid Mehringer
d079d2116c2updated docs in msmetadata.xml
Srikrishna SekharVille SuorantaSrikrishna Sekhar
40b0c6f9a39MPull request #885: CAS-14201Merge in CASA/casa6 from CAS-14201 to master * commit 'b71d591b336f451eafdd6b5d603f185da4313b2b': CAS-14201: Fix bug with mask=[] CAS-14201 : Undo previous commit, with fix CAS-14201 : Removed spurious immod call CAS-14201 : Removed debug print statements CAS-14201 : Intermediate commit, many cout statements CAS-14201 : Fix peakResNM and peakRes swap CAS-14201 - Multifield summar...CAS-14201
Srikrishna SekharSrikrishna Sekhar
b71d591b336CAS-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...CAS-14201
Ihor IhnatievTakeshi NakazatoIhor Ihnatiev
13f6e3f0f3aMPull 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 ...CAS-14439
Srikrishna SekharSrikrishna Sekhar
a50650a4785MMerge remote-tracking branch 'origin/master' into CAS-14201CAS-14201
Ihor IhnatievIhor Ihnatiev
f11c3ddeec7MMerge branch 'master' into CAS-14439CAS-14439
Akeem WellsVille SuorantaAkeem Wells
5c7ff663419MPull 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_loaderCAS-14470
Akeem WellsAkeem Wells
acf17965893Update to use util find_spec instead of find_loader
Takahiro TsutsumiVille SuorantaTakahiro Tsutsumi
c26249c8821MPull 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_CAS14350fixCAS-14465
Ihor IhnatievIhor Ihnatiev
c2c652557c4RChanges according to the NAOJ code review Refs #2721 and Refs #2726 - emove dcolor codes from sdimaging deprecation warning due to log file readability issues
Takahiro TsutsumiTakahiro Tsutsumi
bc7512a0f92Add assertTrue test at the end of test_het_mosaic_mfs_alma_listofms_CAS14350fix
Ville SuorantaVille Suoranta
28ed41636d5MPull request #879: Update tests/tasks/test_task_simobserve.py (CAS-14429)Merge in CASA/casa6 from CAS-14429 to master * commit '0f91b3e9b4011f3b383a3f5920b31c1c54b658d4': Update tests/tasks/test_task_simobserve.py (CAS-14429)CAS-14429
C. Enrique Garcia DaboVille SuorantaC. Enrique Garcia Dabo
4921ac23672MPull 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...CAS-14253
Ihor IhnatievIhor Ihnatiev
71373facc12Changes according to the NAOJ code review Refs #2715 - changed line length
Ihor IhnatievIhor Ihnatiev
39c3e314e93Removed test messages from warning
Ihor IhnatievIhor Ihnatiev
730c2050fe5Deprecation warning for sdimaging task - added color highlight
Ihor IhnatievIhor Ihnatiev
138fe5d16d1Deprecation warning for sdimaging task
C. Enrique Garcia DaboC. Enrique Garcia Dabo
5092c74f3e1MMerge branch 'master' into CAS-14253CAS-14253
C. Enrique Garcia DaboC. Enrique Garcia Dabo
727f56b56e8MMerge commit '597480507465b5b0a800ba5dcfe13554a12b4bd2' into CAS-14253CAS-14253
C. Enrique Garcia DaboC. Enrique Garcia Dabo
675eba3c8e1MMerge commit '8b0120d0d2d2ecb47b0d80c076b30679aa556d70' into CAS-14253CAS-14253
C. Enrique Garcia DaboC. Enrique Garcia Dabo
ce03b1d052eMMerge commit '73c121f99c0f7a5a950101aa43852ac46365e370' into CAS-14253CAS-14253
Takahiro TsutsumiVille SuorantaTakahiro Tsutsumi
ce914402cb0MPull request #876: CAS-14350Merge in CASA/casa6 from CAS-14350 to master * commit '0ef240c2282d14ed16d17ccdcc10f1f45943e765': Add a unit test Add a check if a parameter is a list before trying to reorder for the list-of-MS parameters.CAS-14350
Kazuhiko ShimadaVille SuorantaKazuhiko Shimada
2f7e80b18ecMPull request #874: CAS-14417Merge in CASA/casa6 from CAS-14417 to master * commit '5415115a5ffd466b56ce96afce6383a48c610642': CAS-14417: modified tests with channel selection to execute tsdimaging properly CASA-14417: fixed the regression test of M100/SD CAS-14417: added some tests for the interpolation parameter CAS-14417: modified tests to change default interpolation parameter from nearest to linear2 Jira issues
Ville SuorantaVille Suoranta
8d65b1aa58eMPull request #875: CAS-14416Merge in CASA/casa6 from CAS-14416 to master * commit '5fd67776d234f5b1bdd6ddfc8cf0194d717c1287': Update casaviewer in build.conf Update CasaViewer version in build.conf Update build.confCAS-14416
Ville SuorantaVille Suoranta
5fd67776d23Update casaviewer in build.conf
C. Enrique Garcia DaboC. Enrique Garcia Dabo
e287e92a347MMerge branch 'master' into CAS-14253CAS-14253
C. Enrique Garcia DaboC. Enrique Garcia Dabo
ff5b9a68b8bMMerge branch 'master' into CAS-14253CAS-14253
Akeem WellsVille SuorantaAkeem Wells
029970bd1f0MPull request #872: CAS-14457Merge in CASA/casa6 from CAS-14457 to master * commit 'e14d7a1ce2e2621eb4ab5d5d8d66b05975b435c8': Add backward compatibility Convert assertDictContainsSubset(a, b) to assertEqual(b, b | a) Add test_tool_synthesisutils to component_to_test_mapCAS-14457
Akeem WellsAkeem Wells
e14d7a1ce2eAdd backward compatibility
Akeem WellsAkeem Wells
578bf5600fcConvert assertDictContainsSubset(a, b) to assertEqual(b, b | a)
Akeem WellsAkeem Wells
573a3f65b29Add test_tool_synthesisutils to component_to_test_map
Takahiro TsutsumiSandra CastroTakahiro Tsutsumi
7f59542b4d4MPull request #871: CAS-14371Merge in CASA/casa6 from CAS-14371 to master * commit '754c61a43cacd511bf7b85e7053d53082f3aeb38': Removed the numbsubms parameter setting in importasdm after Tak's fix to the setjy code. Use ms_p to extract MS table name instead of mssel_p to avoid an issue encountered involving MMS Added numsubms=2 to the importasdm call to bypass the error with MMS in setjy when using usescratch=FalseCAS-14371
Ville SuorantaVille Suoranta
ac417588598MPull request #870: Update casacoreMerge in CASA/casa6 from CAS-14451 to master * commit '9c057c10a5f8aec71b26df690072c036ec5fa2a2': Update casacoreCAS-14451
David MehringerDavid Mehringer
c40207b3b65CAS-14435 test to verify fix for fdm misidentification for heavy online channnel avgCAS-14435
Sandra CastroVille SuorantaSandra Castro
59748050746MPull request #869: CAS-14391Merge in CASA/casa6 from CAS-14391 to master * commit '40014047719f1b68325a80aca9a19607df4c5e5f': Removed another instance checking for Python 2 code. Removed casa5-related code. Added import inspect in parallel_task_helper Removed the use of default for a few regression scripts Removed the suite function from a few test scripts. Fixed the local_vars variable inside the write history blo...CAS-14391
Ville SuorantaVille Suoranta
8b0120d0d2dMPull request #868: CAS-14441Merge in CASA/casa6 from CAS-14441 to master * commit '05d9d968863b51760c41918d0f09825e44df2d7c': Escape double quotes Refine filtering for CAS-14441CAS-14441
Ville SuorantaVille Suoranta
9c057c10a5fUpdate casacore
Sandra CastroSandra Castro
40014047719Removed another instance checking for Python 2 code.
David MehringerDavid Mehringer
a28ffa2b103update .gitmodues for testing, new dmehring casacore pointer
David MehringerDavid Mehringer
6633fa1bafeMMerge branch 'master' into CAS-14435CAS-14435
David MehringerDavid Mehringer
1bd9e52fc49revert to original to see if bamboo will build
David MehringerDavid Mehringer
c0fb20360d1change casacore pointer to dmehring ticket branch
Andrew McNicholsAndrew McNichols
0f91b3e9b40Update tests/tasks/test_task_simobserve.py (CAS-14429)Clean up tearDown methods that were not completely removing test files from the working directoryCAS-14429
Ville SuorantaVille Suoranta
05d9d968863Escape double quotes
Ville SuorantaVille Suoranta
d87b14bb000Update CasaViewer version in build.conf
Sandra CastroSandra Castro
754c61a43caRemoved the numbsubms parameter setting in importasdm after Tak's fixto the setjy code.

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

Add shortcut