Srikrishna Sekhar 79036e8579e MeerKAT and EVLA S band coeffs from avg beams
Added new Zernike coeffs for MeerKAT and EVLA S band created from the array
averaged beams after the pointing errors have been taken out. MeerKAT and EVLA S band coeffs from avg beams Added new Zernike coeffs for MeerKAT and EVLA S band created from the array
averaged beams after the pointing errors have been taken out. 04 Jan 2020 Srikrishna 1df4c63c5b3 Added new coefficients for MeerKAT These new coefficients have been derived from updated holography averaged over
all antennas. The holography measurements were obtained from
Mattieu De Villiers at SARAO. 16 Dec 2019 Srikrishna Sekhar ae08174bf8a Small bugfix for coeff txt files. If the # was missing from the first line of the csv files, it results
in undefined behaviour because the code tried to convert a str to an
int. It would sometimes work but usually not. That's now been fixed. 19 Nov 2019 Srikrishna Sekhar 06925ac4092 Added S band coeffs, modified L band coeffs Currently switching between S band and L band by changing the filename
in the code - but eventually all the coeffs will live in the same csv
file.
These S Band coeffs are identically zero for SPW2 since the data was
particularly bad. 28 Oct 2019 Preshanth Jagannathan fbb22db8f9f chg: Fixing to allow posang to be negative in the rotatestep in ZC. 16 Oct 2019 Preshanth Jagannathan 5708baeceec chg: Introduced a rotation of the xcoord an ycoord in computePixelValuesZ to the value specified by ap->pa. This will ensure that the locations the PA is
the same for BC and ZC for comparison purposes 16 Oct 2019 Preshanth Jagannathan 921e7b01240 M Merge branch 'ARD-master' into ARD-20 14 Oct 2019 ARD-20 Darrell Schiebel aa8f277d8ba add 'ignorecase' for <allowed> w/ casa 6 11 Oct 2019 Ville Suoranta eaacd4e6cfe M Merge pull request #1140 in CASA/casa from bugfix/CAS-12725 to master * commit 'caa995adc1becf87d30a5268baec53755c838b30':
Fixed data discovery issues that were causing failures 11 Oct 2019 CAS-12725 Ville Suoranta 1890b1722da M Merge pull request #1139 in CASA/casa from bugfix/CAS-12724 to master * commit '1a54415e9997ce9912f129f5ae9e547401b6d3b7':
Failures were caused by floating pprecion differences between operation systems. Replaced Exact comparisons with numpy.isclose 11 Oct 2019 CAS-12724 Ville Suoranta bf33e53c363 M Merge pull request #1142 in CASA/casa from CAS-12597 to master * commit '4f49653ec2fd56a41f439e4dc3830e5eb2ce27c4':
CAS-12597 : Reduce compute of one step in the MTMFS minor cycle. 11 Oct 2019 CAS-12597 Ville Suoranta 5bb95a9433d M Merge pull request #1137 in CASA/casa from hf-drs38 to master * commit '7da90010b0789529974557471d891b51d7cd0531':
etc.
fix CASA 5 initialize + make asdmstman initialization consistent with other apps
add python path for access from c++/python 10 Oct 2019 Neal Schweighart caa995adc1b Fixed data discovery issues that were causing failures 10 Oct 2019 Neal Schweighart 1a54415e999 Failures were caused by floating pprecion differences between operation systems. Replaced Exact comparisons with numpy.isclose 10 Oct 2019 Ville Suoranta 82da57aff77 M Merge pull request #1138 in CASA/casa from CAS-12684 to master * commit 'cf4b3b0599acc80918a02b5ee6db0de208581019':
CAS-12684: remove async parameters, including documentation and example scripts 09 Oct 2019 CAS-12684 Darrell Schiebel 7da90010b07 etc. 08 Oct 2019 Darrell Schiebel a16e5fec871 fix CASA 5 initialize + make asdmstman initialization consistent with other apps 08 Oct 2019 Darrell Schiebel e2eef3e1aa6 add python path for access from c++/python 07 Oct 2019 Bob Garwood cf4b3b0599a CAS-12684: remove async parameters, including documentation and example scripts 07 Oct 2019 CAS-12684 Ville Suoranta 2c2e462472b M Merge pull request #1132 in CASA/casa from hf-drs37 to master * commit '1e114eed23162d737b58306504e566b7c5cb28bf':
add registration of ping service
add ping service to casaviewer 07 Oct 2019 Darrell Schiebel 1e114eed231 add registration of ping service 04 Oct 2019 Darrell Schiebel 65233326dce add ping service to casaviewer 04 Oct 2019 Ville Suoranta 2161f3b49f0 M Merge pull request #1131 in CASA/casa from CAS-12719 to master * commit '85190859d537e5a993162dc5cdfba70442674314':
changed one use of test_refimager in comments to test_tclean to match use in casatasks
adjusted CASA 6 expected line counts, does not affect CASA 5 use
added a CASA 6 block for partition defaults in createmms case, does not affect casa 5 use
added import os need in casatasks use
moved import of casac to casa (5) block, matches use i... 04 Oct 2019 CAS-12719 Darrell Schiebel 71e84e80b8f add proto for pinging grpc servers 03 Oct 2019 Bob Garwood 85190859d53 M Merge branch 'master' into CAS-12719 03 Oct 2019 CAS-12719 Ville Suoranta 1179e579666 M Merge pull request #1130 in CASA/casa from CAS-12660 to master * commit 'c9387f81b90041295e4b7c27417f7b695824f0af':
Make plotms RA x-axis descending in all cases
Set axis sort direction after range
Restore axis scale base for RA/Dec plotms plots
Set axis label format for angle (ra/dec) 03 Oct 2019 CAS-12660 Bob Garwood b5b12143cdd changed one use of test_refimager in comments to test_tclean to match use in casatasks 02 Oct 2019 Bob Garwood ae89095e0b3 adjusted CASA 6 expected line counts, does not affect CASA 5 use 02 Oct 2019 Bob Garwood e5fc60a1059 added a CASA 6 block for partition defaults in createmms case, does not affect casa 5 use 02 Oct 2019 Bob Garwood 99138b360a4 added import os need in casatasks use 02 Oct 2019 Bob Garwood 56cb63ba15b moved import of casac to casa (5) block, matches use in casatasks copy 02 Oct 2019 Pam Ford c9387f81b90 M Merge branch 'master' into CAS-12660 01 Oct 2019 CAS-12660 Ville Suoranta 3df3f2e2ab0 M Merge pull request #1129 in CASA/casa from CAS-12688 to master * commit '0a63dfe336bdd168b1094926af4d969d4917fbd1':
Changed the checks and removed the function I was using to return the truth values 01 Oct 2019 CAS-12688 Neal Schweighart 0a63dfe336b Changed the checks and removed the function I was using to return the truth values 30 Sep 2019 Ville Suoranta d80c5801a44 M Merge pull request #1128 in CASA/casa from CAS-12689 to master * commit '76dd2fe072b06bba899f338aef86ef1c38172ef8':
CAS-12689 ensure number of OpenMP threads > 0, PtrHolder -> unique_ptr 27 Sep 2019 CAS-12689 Ville Suoranta 5e3ca43bde7 M Merge pull request #1127 in CASA/casa from bugfix/CAS-12710 to master * commit 'fafc3e8ccecda01302627e9f312bbec16fafe2e5':
Changed a small error when declaring the cbtool 27 Sep 2019 CAS-12710 Ville Suoranta 79b9e5ab330 M Merge pull request #1126 in CASA/casa from CAS-12708 to master * commit '2d628f8909a2e52f9f25e1ed14cea45f706ce93c':
CAS-12708 added test for default param values msmd.antennanames() 27 Sep 2019 CAS-12708 Neal Schweighart fafc3e8ccec Changed a small error when declaring the cbtool 26 Sep 2019 David Mehringer 76dd2fe072b CAS-12689 ensure number of OpenMP threads > 0, PtrHolder -> unique_ptr 26 Sep 2019 CAS-12689 Darrell Schiebel 825fec20291 M Merge pull request #1125 in CASA/casa from bugfix/CAS-12705 to master * commit 'c62bb3b49d8ad119989453e07378a67800dfe187':
CAS-12705 : fixed msmetadata for differencs in how CASA6 passes intentionally unset arguments
CAS-12705 tabs -> spaces to fix ugly formatting 26 Sep 2019 CAS-12705 Ville Suoranta f1aab0e84ae M Merge pull request #1123 in CASA/casa from hf-drs34 to master * commit '18e0835e1476601a918ff9e1d4094ce34d7afc44':
register asdm storage manager (which is compiled into the casaplotms binary w/ CASA 6) 25 Sep 2019 David Mehringer 2d628f8909a CAS-12708 added test for default param values msmd.antennanames() 25 Sep 2019 CAS-12708 Ville Suoranta 276b334d51f M Merge pull request #1124 in CASA/casa from hf-drs35 to master * commit 'f55fb24a5dd26f2b8d29198599d3a42e0e159206':
register asdm storage manager (which is compiled into the casaviewer binary w/ CASA 6) 25 Sep 2019 Ville Suoranta 389d9315a38 M Merge pull request #1121 in CASA/casa from bugfix/CAS-12693 to master * commit '658c28c57415a72e51ede469002582e080454d8d':
Fix incorrect slicing of flags array in FringeJones::applyRefAnt() 25 Sep 2019 CAS-12693 Ville Suoranta 68107b60ea9 M Merge pull request #1122 in CASA/casa from hf-drs33 to master * commit 'a3b70e07b38503062bfd271d37b9d95b326013d2':
add log file parameter to casaplotms app 25 Sep 2019 Darrell Schiebel f55fb24a5dd register asdm storage manager (which is compiled into the casaviewer binary w/ CASA 6) 24 Sep 2019 Darrell Schiebel 18e0835e147 register asdm storage manager (which is compiled into the casaplotms binary w/ CASA 6) 24 Sep 2019 Bob Garwood c62bb3b49d8 CAS-12705 : fixed msmetadata for differencs in how CASA6 passes intentionally unset arguments 24 Sep 2019 CAS-12705 David Mehringer 95b8d4d1482 CAS-12705 tabs -> spaces to fix ugly formatting 24 Sep 2019 CAS-12705 Darrell Schiebel a3b70e07b38 add log file parameter to casaplotms app 24 Sep 2019