1. casa
  2. casa5

Commits

AuthorCommitMessageCommit dateIssues
Jan-Willem SteebJan-Willem Steeb
66bd098edeeAdded Mosaic test for cube and mtmfsAdded Mosaic test for cube and mtmfs
Preshanth JagannathanPreshanth Jagannathan
8c12b2dd9ecMMerge branch 'ARD-15' with restart and cube fixes into ARD-252 Jira issues
Preshanth JagannathanPreshanth Jagannathan
da65fa92268Some residual merge conflcits are the master merge to ensure the propercomputation of the phase grad object was carried out in VB2CFBMap.{cc,h}. The needsNewPhaseGrad function was included in PhaseGrad.{cc,h}. In VisBufferUtil.cc changes were made to resolve some merge conflicts as suggested by K.G for the getPointingDir function.
Preshanth JagannathanPreshanth Jagannathan
dee9014af11MMerge branch 'master' into formergeARD-15
Ville SuorantaVille Suoranta
e2433b6da48MMerge pull request #994 in CASA/casa from feature/CAS-12501 to master* commit 'dd19f9c292aed4f9f99f4acbf7dce45da90b02cc': Restored solmode, rmsthresh to setsolve in calibrater_cmpt.cc Added an option (niter) to set the maximum number of iterations in the fringefit least-squares solverCAS-12501
Ville SuorantaVille Suoranta
cf3b6e7df0fMMerge pull request #1017 in CASA/casa from CAS-12531 to master* commit '93e47c6e70c0c4d86848f40938046dc37c444c3c': don't leak ChannelAverageTVILayerFactory in ms tool iface, CAS-12531CAS-12531
Ville SuorantaVille Suoranta
6dc7dea04d2MMerge pull request #1015 in CASA/casa from CAS-12525 to master* commit 'af478bb1945e417933c43221ed6073fe1f16566e': update casacore pointer to get TableProxy mem leak fix, CAS-12525CAS-12525
Ville SuorantaVille Suoranta
6e467479315MMerge pull request #1014 in CASA/casa from CAS-12526 to master* commit '5b241d0fe9ce63d2e300aa11befa28b335541ae6': fix leak of Jones wrappers in calibrater solve / SolvableVisJones, CAS-12526 fix toRecord leaks in calibrater tool interface, CAS-12526CAS-12526
Ville SuorantaVille Suoranta
c3d663dc4a2MMerge pull request #1013 in CASA/casa from CAS-12524 to master* commit '8675775677765e93d424048e4439aa83b8dc0a6a': prevent leak in VisBuffer constructors, CAS-12524CAS-12524
Federico Montesino PouzolsFederico Montesino Pouzols
93e47c6e70cdon't leak ChannelAverageTVILayerFactory in ms tool iface, CAS-12531CAS-12531
Ville SuorantaVille Suoranta
0dad5b1f580MMerge pull request #1012 in CASA/casa from CAS-12523 to master* commit '4a0f6b5db905b4e1307d937c3a1c81f39680987e': prevent strdup mem leak in QtDBus infrastructure, CAS-12523CAS-12523
Ville SuorantaVille Suoranta
950ad0126caMMerge pull request #1011 in CASA/casa from bugfix/CAS-12165 to master* commit 'dc32a87ae57b530bcb5b0b8de5d6ae35f73f2466': Fixed nchan < no. server nodes issue in parallel cube imaging Fix nchan < n node issueCAS-12165
Ville SuorantaVille Suoranta
84847464d92MMerge pull request #1010 in CASA/casa from CAS-12521 to master* commit 'b0a787d2f8415ce01e522226d526e220d9b436df': Update opacity values in plotweather due to ATM changeCAS-12521
Ville SuorantaVille Suoranta
d5d724f3a79MMerge pull request #1009 in CASA/casa from feature/CAS-12475 to master* commit '8caa38cbdde4b52db0d2b67b45e0fdd0eba375ce': update unit test for nrobeamaverage. add a unit test for nrobeamaverage. update nrobeamaverage task code to fix for infiles add files for a new task nrobeamaverage.CAS-12475
Federico Montesino PouzolsFederico Montesino Pouzols
5b241d0fe9cfix leak of Jones wrappers in calibrater solve / SolvableVisJones, CAS-12526CAS-12526
Federico Montesino PouzolsFederico Montesino Pouzols
6bf11443cd6fix toRecord leaks in calibrater tool interface, CAS-12526CAS-12526
Federico Montesino PouzolsFederico Montesino Pouzols
af478bb1945update casacore pointer to get TableProxy mem leak fix, CAS-12525CAS-12525
Federico Montesino PouzolsFederico Montesino Pouzols
86757756777prevent leak in VisBuffer constructors, CAS-12524CAS-12524
Federico Montesino PouzolsFederico Montesino Pouzols
4a0f6b5db90prevent strdup mem leak in QtDBus infrastructure, CAS-12523CAS-12523
Preshanth JagannathanPreshanth Jagannathan
f8ca21a33b2AWPWBFT: The copy ctor was calling AWP's default ctor. As a result,AWP and all other objects inside AWP were getting re-construted when AWPWBFT's copy ctor was called. This is fixed.
Sanjay BhatnagarPreshanth JagannathanSanjay Bhatnagar
68c423e2c60Only significant changes are in :::makeSensitivityImage(Lattice<T>, ImageInterface<Float>) signature.The new code now uses LatticeIterator to (1) average all poln planes per freq. channel of the weight image and write it back to only the first poln plane per freq. channel of the weight image, and (2) copy the first poln. plane per freq. channel from the weight image to all poln planes per freq. channel of the sensitivity image. This should fix the problem of (a) I-PB and V-PB showing jump due...
Ville SuorantaVille Suoranta
66795c3fdaeMMerge pull request #1008 in CASA/casa from bugfix/CAS-12145 to master* commit '887726cce261d0ec6822e8d45b0fcb8f57285058': A minor doc edit Fixed append=True mode, and updated ducumentation Added checks for fluxtable and to raise an execption if it is not specied or the specified file/table already exists.CAS-12145
Ville SuorantaVille Suoranta
95481281684MMerge pull request #1007 in CASA/casa from CAS-12520 to master* commit '5485f1083b95e512c2fce86f5ab0fe9eba863b64': fix weird tab-indentation in the middle of space-indented functions, CAS-12520 fix PyArray_Descr leaks using NPY API rather than manual malloc+memcpy, CAS-12520CAS-12520
Ville SuorantaVille Suoranta
2aae9e8d351MMerge pull request #1006 in CASA/casa from CAS-12437 to master* commit 'd7de92ac68b5f0100770a5701278b016b55022d8': Indentation fix Remove obsolete iterator Sort the correlations retrieved from MSSelectionCAS-12437
Takahiro TsutsumiTakahiro Tsutsumi
dc32a87ae57Fixed nchan < no.server nodes issue in parallel cube imaging
Pam FordPam Ford
b0a787d2f84Update opacity values in plotweather due to ATM change
C. Enrique Garcia DaboC. Enrique Garcia Dabo
d7de92ac68bIndentation fix
C. Enrique Garcia DaboC. Enrique Garcia Dabo
e52f57cdea1Remove obsolete iteratorFixes CAS-12437CAS-12437
Takahiro TsutsumiTakahiro Tsutsumi
b7b2992959eFix nchan < n node issue
C. Enrique Garcia DaboC. Enrique Garcia Dabo
334f0f9adcfMMerge branch 'master' into CAS-12437Solved Conflicts: code/mstransform/MSTransform/MSTransformDataHandler.cc Reply changes introduced by CAS-123642 Jira issues
Federico Montesino PouzolsFederico Montesino Pouzols
5485f1083b9fix weird tab-indentation in the middle of space-indented functions, CAS-12520CAS-12520
Federico Montesino PouzolsFederico Montesino Pouzols
bc43c0b3f3bfix PyArray_Descr leaks using NPY API rather than manual malloc+memcpy, CAS-12520CAS-12520
C. Enrique Garcia DaboC. Enrique Garcia Dabo
7b3d988561bMMerge commit '8c660b4f4c8741e2c210f9419b02ef96abab7445' into CAS-12437CAS-12437
Wataru KawasakiWataru Kawasaki
8caa38cbddeMMerge branch 'master' into feature/CAS-12475CAS-12475
Wataru KawasakiWataru Kawasaki
910458aabe3update unit test for nrobeamaverage.
Ville SuorantaVille Suoranta
e68bf068337MMerge pull request #1005 in CASA/casa from CAS-12511 to master* commit '04330e57adeda7617d78918a7ff7155d9b798278': done() on tmp coordsys object used in task_imsubimage, CAS-12511 done() on tmp coordsys objects used in task_immoments, CAS-12511 coordsys.done in task_makemask, CAS-12511CAS-12511
Ville SuorantaVille Suoranta
b3021326ec0MMerge pull request #1004 in CASA/casa from CAS-11140 to master* commit 'cf0c9fd0f1c4e14e6bfcdff5c85ad5958059539d': CAS-11140 Adapt atmosphere tool reference files to the new version ofATM including Juan Ramon fixes to better fit ozone lines CAS-11140 Update ATM for CASA 5.6 including modifications from Juan Ramon to better fit Ozone linesCAS-11140
Ville SuorantaVille Suoranta
a58c84fd4d4MMerge pull request #1003 in CASA/casa from CAS-12507 to master* commit '08fb477d33c7aeffd6e553390bfbfd1c903bdbb6': CAS-12507 : make sure pulsarIdExists is initialized before it's usedCAS-12507
Ville SuorantaVille Suoranta
2a5700c2d42MMerge pull request #999 in CASA/casa from CAS-12512 to master* commit '662f3834525908685520c2b2e4409a7375a42437': prevent leak of a couple of quantities in calibrater::selectvis, CAS-12512 prevent leak of raw pointer in calibrater tool via VisSet, CAS-12512CAS-12512
Ville SuorantaVille Suoranta
1e1b850b1dbMMerge pull request #1001 in CASA/casa from feature/CAS-11955 to master* commit 'a4394ff0d3addb77e430aa624af13b034c5e712d': add two modes of phasecenter to enable tracking moving objects modifying to enable phasecenter='TRACKFIELD' in tsdimaging. add temporal lines to output message.CAS-11955
Federico Montesino PouzolsFederico Montesino Pouzols
04330e57adeMMerge remote-tracking branch 'origin/master' into CAS-12511CAS-12511
Federico Montesino PouzolsFederico Montesino Pouzols
061c480a6addone() on tmp coordsys object used in task_imsubimage, CAS-12511CAS-12511
Federico Montesino PouzolsFederico Montesino Pouzols
177dbe8e797done() on tmp coordsys objects used in task_immoments, CAS-12511CAS-12511
Federico Montesino PouzolsFederico Montesino Pouzols
3ff24e684f8coordsys.done in task_makemask, CAS-12511CAS-12511
Ville SuorantaVille Suoranta
ac9525b0c9bMMerge pull request #1002 in CASA/casa from hf-drs19 to master* commit '44aaca3fc3cf9fa705d096ddf1ca16c8045c722e': included needed for std mutex
Ville SuorantaVille Suoranta
c4be5933b97MMerge pull request #1000 in CASA/casa from hf-drs18 to master* commit '0d4dc9d6dfff7e2406e41d2e05bb6daf5ab4b536': source files should not #undef casacore
Federico Montesino PouzolsFederico Montesino Pouzols
cf0c9fd0f1cMMerge remote-tracking branch 'origin/master' into CAS-11140CAS-11140
Darrell SchiebelDarrell Schiebel
44aaca3fc3cincluded needed for std mutex
Darrell SchiebelDarrell Schiebel
0d4dc9d6dffsource files should not #undef casacore
Ville SuorantaVille Suoranta
25c13004d9dMMerge pull request #998 in CASA/casa from CAS-12509 to master* commit 'c70914ae4005ab2f0e58e03f6e5232d1a66e4f55': removed unneeded clone, prevent leak, CAS-12509CAS-12509

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

Add shortcut