1. casa
  2. casa5

Commits

AuthorCommitMessageCommit dateIssues
Ville SuorantaVille Suoranta
7d95d5eb2f4Cleaned up the CrashReporterHelper buildCleaned up the CrashReporterHelper build5.3.0-88-test-CAS-11135-6
Ville SuorantaVille Suoranta
d20786916d1Fix build for telemetry and CrashReporter utilitiesBuild the common telemetry and crashreporter utilities even when when the CrashReporter build is disabled.
Ville SuorantaVille Suoranta
c00df6996b3Use same id generation in telemetry and crash reports
Ville SuorantaVille Suoranta
bfa34dea324Add unique anonymized id to crash reports
Ville SuorantaVille Suoranta
c559cd6574cRemoved print statements from telemetry
Ville SuorantaVille Suoranta
6e82291583dRemoved unnecessary string from the telemetry log
Ville SuorantaVille Suoranta
277448ed1f0Add Casa version to the telemetry log filename
Ville SuorantaVille Suoranta
da5b4cf9c4fFix telemetry origin
Ville SuorantaVille Suoranta
1e7860a7a11Add try-catch to the TelemetryLogMonitor filesize check
Ville SuorantaVille Suoranta
04fe8bc5874MMerge branch 'master' into CAS-11135CAS-11135
Ville SuorantaVille Suoranta
dbae9895602Fix telemetry fileformat
Ville SuorantaVille Suoranta
14fe1b04147MMerge branch 'master' into CAS-11135CAS-11135
Ville SuorantaVille Suoranta
7fcabe641b6MMerge pull request #533 in CASA/casa from CAS-11452 to master* commit '7a79c5fe42c707073a64ee8be57ef83cc6434800': Remove input dataCAS-11452
Takeshi NakazatoTakeshi Nakazato
c4335a8e6d2MMerge pull request #532 in CASA/casa from CAS-11334 to master* commit 'f32f5d6753ed80a65e32c2e4adbe87f9018dcd2f': add support along with doc updates and tests to ia.isopen()CAS-11334
Takeshi NakazatoTakeshi Nakazato
7a79c5fe42cRemove input dataCAS-11452 Input images should be removed in the finalization step (tearDown).CAS-11452
David MehringerDavid Mehringer
f32f5d6753eMMerge branch 'master' into CAS-11334CAS-11334
Ville SuorantaVille Suoranta
8976a4d69a8MMerge pull request #529 in CASA/casa from feature/CAS-11298 to master* commit 'f4f7400a62e8b03deea6b365806108f11a400067': updated ia tool method docs ia.putchunk() supports double and complex<double> images tabs to spaces only tabs to spaces only remove debug statements completion of previous commit modified ImageMetaData classes to all be templates remove ImageMetaData.cc some refactor CAS-11298. Initial commit after mods necessary to suppor...CAS-11298
Takeshi NakazatoTakeshi Nakazato
d14bdeacdaaMMerge pull request #528 in CASA/casa from CAS-11357 to master* commit '02b417c6ed1b8f3c7635191a16c16bcfc12a67a6': Fix plotms google tests on OSX Reduce test time in longest plotms google tests Add google test for plotms averaging Fix copy errors in plotms google tests Added plotms google test for transformations Revert plotms demo dCacheData to amplitude axis Added plotms google tests for selection options Added plotms callib google test ...CAS-11357
Ville SuorantaVille Suoranta
b1abe46c969MMerge pull request #526 in CASA/casa from bugfix/CAS-11397_second_take to master* commit 'a873a07696b79c6d29dc18e13a7783ef942440c6': make test_rflag_time_chanavg more platform indep, re CAS-11397 ensure test_rflag doesn't leave a Four_ants MS with model removed, re CAS-11397 more data cleanup, some more asserts, re CAS-11397 favor std string ==, re CAS-11397 reorg setUp_ methods, avoid expensive mstransform at every test_preaveraging setUp, re CAS-11397 split t...CAS-11397
Ville SuorantaVille Suoranta
092d03026f6MMerge pull request #527 in CASA/casa from bugfix/CAS-11421 to master* commit '836d49bcdf275f16a6ad9769199fc9af5e0a8f0c': Removed debug cout. CAS-11421: Tidied up indentation of a small section of code in gcwrap/tools/images/image_cmpt.cc and commented out one line in ImageFITS2Converter.cc in order to remove an ill-motivated emptry FITs header card.CAS-11421
David MehringerDavid Mehringer
f4f7400a62eMMerge branch 'master' into feature/CAS-11298CAS-11298
Ville SuorantaVille Suoranta
d50c216d7caMMerge pull request #519 in CASA/casa from bugfix/CAS-9231 to master* commit '8bd54fcc984519f9bd7dc7615ce88cbf8f81b298': reorganize miscinfo initialization, re CAS-9231 check more output images in test_refimager, also use skipptest, re CAS-9231 exceptions for tests that dont set optional miscinfo, re CAS-9231 test presence of objectname, etc. and absence of duplicates, re CAS-9231 don't set objectname via MiscInfo but directly in IimageInfo, re CAS-9231CAS-9231
Pam FordPam Ford
02b417c6ed1Fix plotms google tests on OSX
Pam FordPam Ford
be8587d852eReduce test time in longest plotms google tests
Ville SuorantaVille Suoranta
1288fa9ab7cUpdate release version to 5.4.0
Ville SuorantaVille Suoranta
40003048bb8MMerge pull request #525 in CASA/casa from bugfix/CAS-10701 to master* commit 'c77629dca0ae939bc65a87e0afc7a47a31081d7a': fixed an issue that was causing some test_refimager to fail allow for 2 thread gridding fixed a couple of unit test failures some clean up and optimization convolution function truncation was sometimes cutting too early along one of the axes for rectangular images retuning partition some speeding upCAS-10701
Federico Montesino PouzolsFederico Montesino Pouzols
a873a07696bmake test_rflag_time_chanavg more platform indep, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
708462b226censure test_rflag doesn't leave a Four_ants MS with model removed, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
9450d9327c7more data cleanup, some more asserts, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
8dd76f4cfc6favor std string ==, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
dce48fe4076reorg setUp_ methods, avoid expensive mstransform at every test_preaveraging setUp, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
bc7537d91e1split test_preaveraging_rflag_residual, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
9b89abe1989add tests rflag residual w/ chanavg, timeavg, check thresholds, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
c712cf137b8fix/do rflag/clip/tfcrop preaverage tests, re CAS-11397CAS-11397
Federico Montesino PouzolsFederico Montesino Pouzols
b64a6c3ed82initialize avg TVI with adequate options when datacolumn='residual', re CAS-11397CAS-11397
Pam FordPam Ford
e3c24bf3ce6Add google test for plotms averaging
Ville SuorantaVille Suoranta
71b721c3a21MMerge pull request #522 in CASA/casa from feature/CAS-9538 to master* commit 'bca18f9f8469559cf650d9727697884fad8c8515': A bug fix for interpolation setting Fixed the bug that if there is the existing CL file it won't overwrite it Added Perley-Butler 2013 and Perley-Butler 2017 as options for standard in predictcomp so that the task can be used for verification for this ticket help documenation update for Perley-Butler 2017 and addition of unit tests ...CAS-9538
Pam FordPam Ford
7d1a634b9bbMMerge branch 'master' into CAS-11357CAS-11357
Takahiro TsutsumiTakahiro Tsutsumi
bca18f9f846A bug fix for interpolation setting
Takahiro TsutsumiTakahiro Tsutsumi
da67837904fMMerge branch 'master' into feature/CAS-9538CAS-9538
Takeshi NakazatoTakeshi Nakazato
882a9de0e7bMMerge pull request #521 in CASA/casa from CAS-11418 to master* commit 'f57c0c75bb14a7cfd75b0ffc6e28ec7f7992ea7b': Fix oldsplit and tclean2 warnings Add task warnings - CAS-11418CAS-11418
Takeshi NakazatoTakeshi Nakazato
c2f29cdf93aMMerge pull request #523 in CASA/casa from CAS-11338 to master* commit 'cdadf82e019f34b7a771500ef664f8e8e37cc7c1': Singledish to single dish Moved msuvbin to calibration as instructed by BE Relabel tasks - CAS-11338CAS-11338
Ville SuorantaVille Suoranta
4708ad6c6a6MMerge pull request #520 in CASA/casa from CAS-11259 to master* commit '734c7684b8e73e6e0e31eba90db38fbfd23160b0': Added a missing paramter name in makePBMAsk declarationCAS-11259
Ville SuorantaVille Suoranta
c0c93ce299fMMerge pull request #516 in CASA/casa from CAS-11009 to master* commit '2431c850a02b1a521c2bd300b1ed910e9ce4b2d0': Removed visstatold test Remove 'xstat', and clarify 'axis' vs 'reportingaxes' parameters Change instances of "measurement set" to "MeasurementSet" in xml Remove visstatold and visstat2 from build and casa.py Remove visstatold and visstat2CAS-11009
Ville SuorantaVille Suoranta
09e7f906880MMerge pull request #524 in CASA/casa from CAS-11041 to master* commit 'fa9d3ce9d2267b667aca940eab4ff7f340d1eebe': Parameter name change refpix -> refchan. Replace "pixel" with "channel"CAS-11041
Ville SuorantaVille Suoranta
0f8bce64be5Revert "Merge pull request #518 in CASA/casa from bugfix/CAS-11397 to master"This reverts commit 1a9a96940f9bab9f34e48e6a1d463a8a387bdad6, reversing changes made to bba3a34c967ca5b7ba605f1b664128a3776944a6.CAS-11397
Kumar GolapKumar Golap
c77629dca0afixed an issue that was causing some test_refimager to fail
ksugimotoksugimoto
fa9d3ce9d22Parameter name change refpix -> refchan.
Ville SuorantaVille Suoranta
cdadf82e019Singledish to single dish
Ville SuorantaVille Suoranta
dc088aad22aMoved msuvbin to calibration as instructed by BE

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

Add shortcut