Build: #58 was successful Child of CASA-CTT-110
Code commits
OPEN-CASA
-
Ville Suoranta 7fb53a37943c177949b07a104e24572072d4c5d4
Merge pull request #891 in CASA/casa from bugfix/CAS-11965 to master
* commit 'f51c12f922fd14f6558ec6517f30831697396126':
CAS-11965 resolve conflicts
CAS-11965 fix statwt fitspw bug on master -
Ville Suoranta f01af6f4401a4fe0fd6cda8b0e4cf721e8423b45
Merge pull request #888 in CASA/casa from CAS-12316 to master
* commit 'ae1a3c3c05042802f1618ba4a9920d90c82cf4af':
fix timeavgParams leak in generateIterator(), CAS-12316 -
Darrell Schiebel 89102a9a254ad93c958f1e1bdca2fdd0fd299027
Merge pull request #890 in CASA/casa from CAS-12319 to master
* commit '951af2ae0f9e7d06f039563ba4298e8b117109f9':
Fix task_plotweather default image path -
David Mehringer f51c12f922fd14f6558ec6517f30831697396126
CAS-11965 resolve conflicts
-
Ville Suoranta bff0b860ea76c8b1db497089c4a645440e23d20c
Merge pull request #887 in CASA/casa from CAS-11547 to master
* commit 'e943ab8e9f6d8404451eebb77db07656612a3480':
CAS-11547: the input table was being used incorrectly to construct the output SDM_* column objects, fixed.
CAS-11547 merge master into this branch, resovled conflicts
Do not use accesors for optional SDM columns from casacore
Use the new accessors for the SDM_WINDOW_FUNCTION and SDM_NUM_BIN columns in the MSSpectralWindow table rather than a direct access to the table.
Write the optional columns SDM_WINDOW_FUNCTION and SDM_NUM_BIN to output
Added numBin related tests to test_importasdm. CAS-11547.
Fixes typo in variable
Use the SDM_NUM_BIN column in the SPW table to check for correlator averages
EVLA resolution values now adjusted in absence of numBin to match chanWidth before writing to MS
Added SDM_NUM_BIN to MS::SPECTRAL_WINDOW - uses new numBin when available and infers numBin from older data when unavailable.
Issue a warning if the user is performing smoothing or averaging on pre-averaged data
asdm2MS now adds SDM_WINDOW_FUNCTION column to MS::SPECTRAL_WINDOW table -
Ville Suoranta c61484e07a947054d1c779431733fff533633b8e
Merge pull request #886 in CASA/casa from hotfix/pipelineFeb2019 to master
* commit '1d9d83e878d543e3c5b069b7afb0233e49b4e57c':
Added new VLA imaging test -
Brian Kent 1d9d83e878d543e3c5b069b7afb0233e49b4e57c
Added new VLA imaging test
-
David Mehringer e7291e7ae18c4b3191d10c6b53eea56a612d6cee
Merge branch 'master' into bugfix/CAS-11965
Conflicts:
code/mstransform/TVI/StatWtTVI.cc -
Ville Suoranta 951af2ae0f9e7d06f039563ba4298e8b117109f9
Fix task_plotweather default image path
-
Federico Montesino Pouzols ae1a3c3c05042802f1618ba4a9920d90c82cf4af
fix timeavgParams leak in generateIterator(), CAS-12316
-
Bob Garwood e943ab8e9f6d8404451eebb77db07656612a3480 m
Merge branch 'master' into CAS-11547
-
Bob Garwood 1306830ea07b4f7c677012a363ac24fb954a1b8c m
CAS-11547: the input table was being used incorrectly to construct the output SDM_* column objects, fixed.
-
Bob Garwood e124fc79b61e80a7741be81a3811c3402c27f837 m
CAS-11547 merge master into this branch, resovled conflicts
- code/alma/ASDM/SpectralWindowRow.cc (version e124fc79b61e80a7741be81a3811c3402c27f837) (diffs)
- code/alma/ASDM/SpectralWindowRow.h (version e124fc79b61e80a7741be81a3811c3402c27f837) (diffs)
- code/alma/ASDM/SpectralWindowTable.cc (version e124fc79b61e80a7741be81a3811c3402c27f837) (diffs)
- code/alma/ASDM/SpectralWindowTable.h (version e124fc79b61e80a7741be81a3811c3402c27f837) (diffs)
-
Bob Garwood 80547dd5174811b76d3444f0909fdc2a8e7ac83c m
CAS-11547 merge master into this branch
-
C. Enrique Garcia Dabo e3b62f379ca8b67131fbaa29b196017738155e74 m
Do not use accesors for optional SDM columns from casacore
The pull request for casacore has been rejected, therefore using direct table
accesors.
Fixes partially CAS-11547 -
David Mehringer e69efa176579a759e00281a0d500427be127980b m
CAS-11965 fix statwt fitspw bug on master
-
C. Enrique Garcia Dabo 63d5a3a54bfac55a991b53f9dd21799444616060 m
Use the new accessors for the SDM_WINDOW_FUNCTION and SDM_NUM_BIN columns in the MSSpectralWindow table rather than a direct access to the table.
Fixes partially CAS-11547 -
C. Enrique Garcia Dabo a5cb8f34474226c26a63bc04eb04b74c3c898197 m
Write the optional columns SDM_WINDOW_FUNCTION and SDM_NUM_BIN to output
Those optional columns are now properly filled with the input MS subtable
values, if the column is present.
Fixes partially CAS-11547 -
Bob Garwood 03d446743c32d54adeb1f99916c62f8c56eef95e m
Added numBin related tests to test_importasdm. CAS-11547.
-
C. Enrique Garcia Dabo 3cb8fc0b600e6a4a5680056041fbbe6abec9d275 m
Merge branch 'master' into CAS-11547
-
C. Enrique Garcia Dabo b6036c95d53560ba41c00127f6580b16fa313d3f m
Fixes typo in variable
Fixes CAS-11547 -
C. Enrique Garcia Dabo 17dec603d58b61b9ac69751d6ca9fa10c9d6007c m
Use the SDM_NUM_BIN column in the SPW table to check for correlator averages
If SDM_NUM_BIN column is different from 1 the correlator has applied some
average and a warning is issued.
Fixes partially CAS-11879 -
Bob Garwood ef4247b265b0949dad015945d01cc42db52b3960 m
EVLA resolution values now adjusted in absence of numBin to match chanWidth before writing to MS
-
Bob Garwood 2ab4de46723aa58ebf1518c4d582c9093379aeea m
Added SDM_NUM_BIN to MS::SPECTRAL_WINDOW - uses new numBin when available and infers numBin from older data when unavailable.
- code/alma/ASDM/SpectralWindowRow.cc (version 2ab4de46723aa58ebf1518c4d582c9093379aeea) (diffs)
- code/alma/ASDM/SpectralWindowRow.h (version 2ab4de46723aa58ebf1518c4d582c9093379aeea) (diffs)
- code/alma/ASDM/SpectralWindowTable.cc (version 2ab4de46723aa58ebf1518c4d582c9093379aeea) (diffs)
- code/alma/ASDM/SpectralWindowTable.h (version 2ab4de46723aa58ebf1518c4d582c9093379aeea) (diffs)
- code/alma/apps/asdm2MS/ASDM2MSFiller.cc (version 2ab4de46723aa58ebf1518c4d582c9093379aeea) (diffs)
- code/alma/apps/asdm2MS/ASDM2MSFiller.h (version 2ab4de46723aa58ebf1518c4d582c9093379aeea) (diffs)
- code/alma/apps/asdm2MS/asdm2MS.cc (version 2ab4de46723aa58ebf1518c4d582c9093379aeea) (diffs)
-
C. Enrique Garcia Dabo 313f460d16f6b542054480f651fd719ab0daaacb m
Issue a warning if the user is performing smoothing or averaging on pre-averaged data
If data which has been preaveraged by the correlator is identified, then
there is a warning issued.
Fixes partially CAS-11547 -
Bob Garwood 1c11f86beaf7bd8a466702af0b86235e8d93ba85 m
asdm2MS now adds SDM_WINDOW_FUNCTION column to MS::SPECTRAL_WINDOW table
- code/alma/apps/asdm2MS/ASDM2MSFiller.cc (version 1c11f86beaf7bd8a466702af0b86235e8d93ba85) (diffs)
- code/alma/apps/asdm2MS/ASDM2MSFiller.h (version 1c11f86beaf7bd8a466702af0b86235e8d93ba85) (diffs)
- code/alma/apps/asdm2MS/asdm2MS.cc (version 1c11f86beaf7bd8a466702af0b86235e8d93ba85) (diffs)
- gcwrap/python/scripts/tests/test_importasdm.py (version 1c11f86beaf7bd8a466702af0b86235e8d93ba85) (diffs)