Ville Suoranta | 7d95d5eb2f4Cleaned up the CrashReporterHelper build | Cleaned up the CrashReporterHelper build5.3.0-88-test-CAS-11135-6 | | |
Ville Suoranta | d20786916d1 | Fix build for telemetry and CrashReporter utilitiesBuild the common telemetry and crashreporter utilities even when
when the CrashReporter build is disabled. | | |
Ville Suoranta | c00df6996b3 | Use same id generation in telemetry and crash reports | | |
Ville Suoranta | bfa34dea324 | Add unique anonymized id to crash reports | | |
Ville Suoranta | c559cd6574c | Removed print statements from telemetry | | |
Ville Suoranta | 6e82291583d | Removed unnecessary string from the telemetry log | | |
Ville Suoranta | 277448ed1f0 | Add Casa version to the telemetry log filename | | |
Ville Suoranta | da5b4cf9c4f | Fix telemetry origin | | |
Ville Suoranta | 1e7860a7a11 | Add try-catch to the TelemetryLogMonitor filesize check | | |
Ville Suoranta | 04fe8bc5874M | Merge branch 'master' into CAS-11135 | | CAS-11135 |
Ville Suoranta | dbae9895602 | Fix telemetry fileformat | | |
Ville Suoranta | 14fe1b04147M | Merge branch 'master' into CAS-11135 | | CAS-11135 |
Ville Suoranta | 7fcabe641b6M | Merge pull request #533 in CASA/casa from CAS-11452 to master* commit '7a79c5fe42c707073a64ee8be57ef83cc6434800':
Remove input data | | CAS-11452 |
Takeshi Nakazato | c4335a8e6d2M | Merge 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 Nakazato | 7a79c5fe42c | Remove input dataCAS-11452
Input images should be removed in the finalization step (tearDown). | | CAS-11452 |
David Mehringer | f32f5d6753eM | Merge branch 'master' into CAS-11334 | | CAS-11334 |
Ville Suoranta | 8976a4d69a8M | Merge 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 Nakazato | d14bdeacdaaM | Merge 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 Suoranta | b1abe46c969M | Merge 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 Suoranta | 092d03026f6M | Merge 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 Mehringer | f4f7400a62eM | Merge branch 'master' into feature/CAS-11298 | | CAS-11298 |
Ville Suoranta | d50c216d7caM | Merge 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-9231 | | CAS-9231 |
Pam Ford | 02b417c6ed1 | Fix plotms google tests on OSX | | |
Pam Ford | be8587d852e | Reduce test time in longest plotms google tests | | |
Ville Suoranta | 1288fa9ab7c | Update release version to 5.4.0 | | |
Ville Suoranta | 40003048bb8M | Merge 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 up | | CAS-10701 |
Federico Montesino Pouzols | a873a07696b | make test_rflag_time_chanavg more platform indep, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | 708462b226c | ensure test_rflag doesn't leave a Four_ants MS with model removed, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | 9450d9327c7 | more data cleanup, some more asserts, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | 8dd76f4cfc6 | favor std string ==, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | dce48fe4076 | reorg setUp_ methods, avoid expensive mstransform at every test_preaveraging setUp, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | bc7537d91e1 | split test_preaveraging_rflag_residual, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | 9b89abe1989 | add tests rflag residual w/ chanavg, timeavg, check thresholds, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | c712cf137b8 | fix/do rflag/clip/tfcrop preaverage tests, re CAS-11397 | | CAS-11397 |
Federico Montesino Pouzols | b64a6c3ed82 | initialize avg TVI with adequate options when datacolumn='residual', re CAS-11397 | | CAS-11397 |
Pam Ford | e3c24bf3ce6 | Add google test for plotms averaging | | |
Ville Suoranta | 71b721c3a21M | Merge 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 Ford | 7d1a634b9bbM | Merge branch 'master' into CAS-11357 | | CAS-11357 |
Takahiro Tsutsumi | bca18f9f846 | A bug fix for interpolation setting | | |
Takahiro Tsutsumi | da67837904fM | Merge branch 'master' into feature/CAS-9538 | | CAS-9538 |
Takeshi Nakazato | 882a9de0e7bM | Merge pull request #521 in CASA/casa from CAS-11418 to master* commit 'f57c0c75bb14a7cfd75b0ffc6e28ec7f7992ea7b':
Fix oldsplit and tclean2 warnings
Add task warnings - CAS-11418 | | CAS-11418 |
Takeshi Nakazato | c2f29cdf93aM | Merge 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-11338 | | CAS-11338 |
Ville Suoranta | 4708ad6c6a6M | Merge pull request #520 in CASA/casa from CAS-11259 to master* commit '734c7684b8e73e6e0e31eba90db38fbfd23160b0':
Added a missing paramter name in makePBMAsk declaration | | CAS-11259 |
Ville Suoranta | c0c93ce299fM | Merge 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 visstat2 | | CAS-11009 |
Ville Suoranta | 09e7f906880M | Merge 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 Suoranta | 0f8bce64be5 | Revert "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 Golap | c77629dca0a | fixed an issue that was causing some test_refimager to fail | | |
ksugimoto | fa9d3ce9d22 | Parameter name change refpix -> refchan. | | |
Ville Suoranta | cdadf82e019 | Singledish to single dish | | |
Ville Suoranta | dc088aad22a | Moved msuvbin to calibration as instructed by BE | | |