Jan-Willem Steeb | 66bd098edeeAdded Mosaic test for cube and mtmfs | Added Mosaic test for cube and mtmfs | | |
Preshanth Jagannathan | 8c12b2dd9ecM | Merge branch 'ARD-15' with restart and cube fixes into ARD-25 | | 2 Jira issues |
Preshanth Jagannathan | da65fa92268 | Some 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 Jagannathan | dee9014af11M | Merge branch 'master' into formergeARD-15 | | |
Ville Suoranta | e2433b6da48M | Merge 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 solver | | CAS-12501 |
Ville Suoranta | cf3b6e7df0fM | Merge pull request #1017 in CASA/casa from CAS-12531 to master* commit '93e47c6e70c0c4d86848f40938046dc37c444c3c':
don't leak ChannelAverageTVILayerFactory in ms tool iface, CAS-12531 | | CAS-12531 |
Ville Suoranta | 6dc7dea04d2M | Merge pull request #1015 in CASA/casa from CAS-12525 to master* commit 'af478bb1945e417933c43221ed6073fe1f16566e':
update casacore pointer to get TableProxy mem leak fix, CAS-12525 | | CAS-12525 |
Ville Suoranta | 6e467479315M | Merge 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-12526 | | CAS-12526 |
Ville Suoranta | c3d663dc4a2M | Merge pull request #1013 in CASA/casa from CAS-12524 to master* commit '8675775677765e93d424048e4439aa83b8dc0a6a':
prevent leak in VisBuffer constructors, CAS-12524 | | CAS-12524 |
Federico Montesino Pouzols | 93e47c6e70c | don't leak ChannelAverageTVILayerFactory in ms tool iface, CAS-12531 | | CAS-12531 |
Ville Suoranta | 0dad5b1f580M | Merge pull request #1012 in CASA/casa from CAS-12523 to master* commit '4a0f6b5db905b4e1307d937c3a1c81f39680987e':
prevent strdup mem leak in QtDBus infrastructure, CAS-12523 | | CAS-12523 |
Ville Suoranta | 950ad0126caM | Merge 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 issue | | CAS-12165 |
Ville Suoranta | 84847464d92M | Merge pull request #1010 in CASA/casa from CAS-12521 to master* commit 'b0a787d2f8415ce01e522226d526e220d9b436df':
Update opacity values in plotweather due to ATM change | | CAS-12521 |
Ville Suoranta | d5d724f3a79M | Merge 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 Pouzols | 5b241d0fe9c | fix leak of Jones wrappers in calibrater solve / SolvableVisJones, CAS-12526 | | CAS-12526 |
Federico Montesino Pouzols | 6bf11443cd6 | fix toRecord leaks in calibrater tool interface, CAS-12526 | | CAS-12526 |
Federico Montesino Pouzols | af478bb1945 | update casacore pointer to get TableProxy mem leak fix, CAS-12525 | | CAS-12525 |
Federico Montesino Pouzols | 86757756777 | prevent leak in VisBuffer constructors, CAS-12524 | | CAS-12524 |
Federico Montesino Pouzols | 4a0f6b5db90 | prevent strdup mem leak in QtDBus infrastructure, CAS-12523 | | CAS-12523 |
Preshanth Jagannathan | f8ca21a33b2 | AWPWBFT: 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 Bhatnagar | 68c423e2c60 | Only 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 Suoranta | 66795c3fdaeM | Merge 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 Suoranta | 95481281684M | Merge 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-12520 | | CAS-12520 |
Ville Suoranta | 2aae9e8d351M | Merge pull request #1006 in CASA/casa from CAS-12437 to master* commit 'd7de92ac68b5f0100770a5701278b016b55022d8':
Indentation fix
Remove obsolete iterator
Sort the correlations retrieved from MSSelection | | CAS-12437 |
Takahiro Tsutsumi | dc32a87ae57 | Fixed nchan < no.server nodes issue in parallel cube imaging | | |
Pam Ford | b0a787d2f84 | Update opacity values in plotweather due to ATM change | | |
C. Enrique Garcia Dabo | d7de92ac68b | Indentation fix | | |
C. Enrique Garcia Dabo | e52f57cdea1 | Remove obsolete iteratorFixes CAS-12437 | | CAS-12437 |
Takahiro Tsutsumi | b7b2992959e | Fix nchan < n node issue | | |
C. Enrique Garcia Dabo | 334f0f9adcfM | Merge branch 'master' into CAS-12437Solved Conflicts:
code/mstransform/MSTransform/MSTransformDataHandler.cc
Reply changes introduced by CAS-12364 | | 2 Jira issues |
Federico Montesino Pouzols | 5485f1083b9 | fix weird tab-indentation in the middle of space-indented functions, CAS-12520 | | CAS-12520 |
Federico Montesino Pouzols | bc43c0b3f3b | fix PyArray_Descr leaks using NPY API rather than manual malloc+memcpy, CAS-12520 | | CAS-12520 |
C. Enrique Garcia Dabo | 7b3d988561bM | Merge commit '8c660b4f4c8741e2c210f9419b02ef96abab7445' into CAS-12437 | | CAS-12437 |
Wataru Kawasaki | 8caa38cbddeM | Merge branch 'master' into feature/CAS-12475 | | CAS-12475 |
Wataru Kawasaki | 910458aabe3 | update unit test for nrobeamaverage. | | |
Ville Suoranta | e68bf068337M | Merge 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-12511 | | CAS-12511 |
Ville Suoranta | b3021326ec0M | Merge 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 lines | | CAS-11140 |
Ville Suoranta | a58c84fd4d4M | Merge pull request #1003 in CASA/casa from CAS-12507 to master* commit '08fb477d33c7aeffd6e553390bfbfd1c903bdbb6':
CAS-12507 : make sure pulsarIdExists is initialized before it's used | | CAS-12507 |
Ville Suoranta | 2a5700c2d42M | Merge 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-12512 | | CAS-12512 |
Ville Suoranta | 1e1b850b1dbM | Merge 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 Pouzols | 04330e57adeM | Merge remote-tracking branch 'origin/master' into CAS-12511 | | CAS-12511 |
Federico Montesino Pouzols | 061c480a6ad | done() on tmp coordsys object used in task_imsubimage, CAS-12511 | | CAS-12511 |
Federico Montesino Pouzols | 177dbe8e797 | done() on tmp coordsys objects used in task_immoments, CAS-12511 | | CAS-12511 |
Federico Montesino Pouzols | 3ff24e684f8 | coordsys.done in task_makemask, CAS-12511 | | CAS-12511 |
Ville Suoranta | ac9525b0c9bM | Merge pull request #1002 in CASA/casa from hf-drs19 to master* commit '44aaca3fc3cf9fa705d096ddf1ca16c8045c722e':
included needed for std mutex | | |
Ville Suoranta | c4be5933b97M | Merge pull request #1000 in CASA/casa from hf-drs18 to master* commit '0d4dc9d6dfff7e2406e41d2e05bb6daf5ab4b536':
source files should not #undef casacore | | |
Federico Montesino Pouzols | cf0c9fd0f1cM | Merge remote-tracking branch 'origin/master' into CAS-11140 | | CAS-11140 |
Darrell Schiebel | 44aaca3fc3c | included needed for std mutex | | |
Darrell Schiebel | 0d4dc9d6dff | source files should not #undef casacore | | |
Ville Suoranta | 25c13004d9dM | Merge pull request #998 in CASA/casa from CAS-12509 to master* commit 'c70914ae4005ab2f0e58e03f6e5232d1a66e4f55':
removed unneeded clone, prevent leak, CAS-12509 | | CAS-12509 |