Build: #464 was successful Changes by Andrew McNichols and Sandra Castro
Code commits
Casa6
-
Andrew McNichols 2fc1ba617d1a9acf24dc40509482aa2196096702
Pull request #689: CAS-14038
Merge in CASA/casa6 from CAS-14038 to master
* commit '9a9320d45cac6c6529ab56530d5c2430675f61bc': (50 commits)
For CAS-14038, improve concatspws xml doc info, and remove some diagnostic console messages
CAS-13266: Explicitly pass MS name instead of reconstructing it
CAS-13266: Handle Multi-MS properly when reconstructing MS name
For CAS-14038, fixed errors in conflict resolutions for merges from CAS-12765 and CAS-13361
For CAS-12765, fixed calibrater_cmpt.cc merge-from-master conflict.
For CAS-13266: In MSMetaInfoForCal.cc, restore full path to formation of MS name, because it is needed elsewhere, and without it, causes MMS operations to fail.
The range for test_task_listcal test_small_gcal_sel_ant was adjusted. The results before this branch were very close to the minimum threshold already, and changes on the branch cause the file path to be ommited. This causes the filesize to fall below the treshold and fail. Since the changes to the written file name appear intentional then changing the lower bound seems appropriate.
For CAS-13266: Moved logging of missing calibration from caltable read / interpolation prep stages to interpolation calculation stage to avoid generating spurious log messages (e.g., cal missing for unselected data)
Added a new row to the observation table in the test_selectVisObs. Missing this would cause a seg-fault
For CAS-13266, in Calibrater.cc and MSMetaInfoForCal.cc, ensure that the MSMetaInfoForCal object used in constructing VisCals is constructed from the _selected_ MS, so that CTPatchedInterp considers only relevant data when evaluating calibration availability. Also temporarily disabled a broken test in test_tool_calibrater.py.
For CAS-13266, in CTPatchedInterp, improved byObs/byScan semantics to refer to timeSegs generically, to avoid confusion. Also added a logger warning for when perbos and perscan are both specified (perscan pertains)
removed CASA5 related code and imports
re-added the new class to the return
re-formatted the newly added test case
Added new testcase to fringefit for combining pols
Changed the correlation combination parameter to a string corrcomb, set as "none" by default
Reconciled casatasks/src/private/task_fringefit.py and casa5/gcwrap/python/scripts/task_fringefit.py
Provisional version of DFT wideband
An updated version of the wideband fringefitter, with a DFT used to stack SPWs
Added a polarization combination feature to the fringefit task
... -
Sandra Castro e8264bee0d2b697c0f1155679de9d6db14a4d283
Pull request #688: First version of the new regression test script based on the CASAguides on
Merge in CASA/casa6 from CAS-14076 to master
* commit '51eb3fbe73aeebe723e9ef3bb0799d287a125c6e':
Added new regression script to component_to_test_map for running automatically in Bamboo.
First version of the new regression test script based on the CASAguides on simulation using component lists. This test script leaves four png files in disk, which are to be visualized, if needed, when running the tests on release branches. -
Sandra Castro 51eb3fbe73aeebe723e9ef3bb0799d287a125c6e m
Added new regression script to component_to_test_map for running automatically in Bamboo.
-
George Moellenbrock 9a9320d45cac6c6529ab56530d5c2430675f61bc m
For CAS-14038, improve concatspws xml doc info, and remove some diagnostic console messages
- casatasks/src/private/task_fringefit.py (version 9a9320d45cac6c6529ab56530d5c2430675f61bc) (diffs)
- casatasks/xml/fringefit.xml (version 9a9320d45cac6c6529ab56530d5c2430675f61bc) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc (version 9a9320d45cac6c6529ab56530d5c2430675f61bc) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version 9a9320d45cac6c6529ab56530d5c2430675f61bc) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/FringeJones.cc (version 9a9320d45cac6c6529ab56530d5c2430675f61bc) (diffs)
-
smcastro <smcastro@users.noreply.github.com> 836c2337a6d8817e417ef63445dc8a06e533e1e7 m
First version of the new regression test script based on the CASAguides on simulation using component lists. This test script leaves four png files in disk, which are to be visualized, if needed, when running the tests on release branches.
-
Mark Kettenis <kettenis@jive.eu> f56205e1aaa8681830f6573c994b3a5751ab7539 m
Merge branch 'CAS-13266' into CAS-14038
-
Mark Kettenis <kettenis@jive.eu> fd6c99dafbe174e89ee757645c9b4f3b9df3724f m
CAS-13266: Explicitly pass MS name instead of reconstructing it
Since users may explicitly run tasks on a subms of a Multi-MS, the
previous approach of reconstructing the fule path of the MS will not
work. Instead, explicitly pass the MS name to MSMetaInfoForCal()
when a selection has been made in the apply phase.- casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc (version fd6c99dafbe174e89ee757645c9b4f3b9df3724f) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/MSMetaInfoForCal.cc (version fd6c99dafbe174e89ee757645c9b4f3b9df3724f) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/MSMetaInfoForCal.h (version fd6c99dafbe174e89ee757645c9b4f3b9df3724f) (diffs)
-
Mark Kettenis <kettenis@jive.eu> 8f0a64776e56f9d0f0656c57a145500a363265b3 m
Merge branch 'CAS-13266' into CAS-14038
-
Mark Kettenis <kettenis@jive.eu> e6759c653a9b7a6e6391d28a0e5688486b6b5e00 m
CAS-13266: Handle Multi-MS properly when reconstructing MS name
Some special care is needed in MSMetaInfoForCal() when reconstructing
the full path of the MS to avoid returning the path to a sub-MS of
a Multi-MS. -
George Moellenbrock f0e9af1122b1b13d14b4854ddf7792ddac8c700f m
For CAS-14038, fixed errors in conflict resolutions for merges from CAS-12765 and CAS-13361
-
George Moellenbrock dd289b11ada0145f5194744ce5df4782cf524e90 m
Merge branch 'CAS-13266' into CAS-14038
-
George Moellenbrock eefbdcfb3006a50cd567765c96242e85c8a16610 m
Merge branch 'CAS-13361' into CAS-14038
-
George Moellenbrock c23011dab3eb65d0f2d6cc6c56d49d8c507e23db m
Merge branch 'CAS-12765' into CAS-14038
-
George Moellenbrock 3a1a8a3e3ee8fb6d01d86566b8954788ba3b767c m
For CAS-12765, fixed calibrater_cmpt.cc merge-from-master conflict.
-
George Moellenbrock b2389c7a071f53dd51142e5ae54ce355e72b675e m
Merge branch 'master' into CAS-13361
-
George Moellenbrock f99e6ce42db7ccf5d231331fd6840f887fba61d6 m
Merge branch 'master' into CAS-12765
-
George Moellenbrock 27ea0fb411f1805069ff2cc78581b1151885431b m
Merge branch 'master' into CAS-13266
-
George Moellenbrock af8ffc1f4e5a8d5b2543683fd43d0a097ee6edee m
For CAS-13266: In MSMetaInfoForCal.cc, restore full path to formation of MS name, because it is needed elsewhere, and without it, causes MMS operations to fail.
-
Neal Schweighart c47ef174672254a5fcf4b34b9b98bbf1d2405a77 m
The range for test_task_listcal test_small_gcal_sel_ant was adjusted. The results before this branch were very close to the minimum threshold already, and changes on the branch cause the file path to be ommited. This causes the filesize to fall below the treshold and fail. Since the changes to the written file name appear intentional then changing the lower bound seems appropriate.
-
Neal Schweighart 892e48cd7e38e31b5f67ef7946ae9bbd2b4bdc98 m
Merge branch 'master' into CAS-13266
-
George Moellenbrock 183e409dde190da350eb8f54c86a9e3ff113dfd7 m
Merge branch 'CAS-13266' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13266
-
George Moellenbrock 8815a74e3b3edfc4f0a2a9332e85d56178ebf515 m
For CAS-13266: Moved logging of missing calibration from caltable read / interpolation prep stages to interpolation calculation stage to avoid generating spurious log messages (e.g., cal missing for unselected data)
-
Des Small 1e0491ae29d034ddcff9002949d263e2e65c3a50 m
Merge branch 'master' into CAS-13361
Conflicts:
casatasks/tests/tasks/test_task_fringefit.py -
Neal Schweighart 90db0e798ad8d1119d2497df09d0a3eaf923ff17 m
Added a new row to the observation table in the test_selectVisObs. Missing this would cause a seg-fault
-
George Moellenbrock 215c127530822879dfd0864ff7aaea74aa180ff9 m
For CAS-13266, in Calibrater.cc and MSMetaInfoForCal.cc, ensure that the MSMetaInfoForCal object used in constructing VisCals is constructed from the _selected_ MS, so that CTPatchedInterp considers only relevant data when evaluating calibration availability. Also temporarily disabled a broken test in test_tool_calibrater.py.
- casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc (version 215c127530822879dfd0864ff7aaea74aa180ff9) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/MSMetaInfoForCal.cc (version 215c127530822879dfd0864ff7aaea74aa180ff9) (diffs)
- casatools/tests/tools/calibrater/test_tool_calibrater.py (version 215c127530822879dfd0864ff7aaea74aa180ff9) (diffs)
-
George Moellenbrock 83339539d30afb30af4beef4f6f6b430dbe728a0 m
Merge branch 'master' into CAS-13266
-
George Moellenbrock f417986ff50e61919572054f0e0fbf84b252bdda m
For CAS-13266, in CTPatchedInterp, improved byObs/byScan semantics to refer to timeSegs generically, to avoid confusion. Also added a logger warning for when perbos and perscan are both specified (perscan pertains)
-
George Moellenbrock de461b31166aeae45ae293e3fc08190781ffc7e3 m
Merge branch 'master' into CAS-13266
-
Des Small c4bccd61e062dd51e215b63ff0a903dca469b55d m
Merge branch 'master' into CAS-13266
-
Neal Schweighart 65285ee3a20b128e76c035bdff8ddc1ea19ad95c m
removed CASA5 related code and imports
-
Neal Schweighart f71032707873f38404cf03e5332958965dc4c80c m
Merge branch 'master' into CAS-13361
-
Neal Schweighart d8453d77a26b51530fce46ef8266b829703421ad m
re-added the new class to the return
-
Neal Schweighart 8df054472d181224a60b7887bc96f55711389838 m
re-formatted the newly added test case
-
Neal Schweighart dc8c9cd70c37b9bbeb3d78f26984505ea582a389 m
Added new testcase to fringefit for combining pols
-
Des Small 7ee6c2026b0b6da4cb485e383fda562cd07f5745 m
Merge branch 'master' into CAS-12765
-
Des Small 3c168c51a412aee839c9880ed58396abbe786435 m
Changed the correlation combination parameter to a string corrcomb, set as "none" by default
- casa5/gcwrap/python/scripts/task_fringefit.py (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatasks/src/private/task_fringefit.py (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatasks/tests/tasks/test_fringefit.py (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatasks/xml/fringefit.xml (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/CalSolVi2Organizer.cc (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/CalSolVi2Organizer.h (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/Calibrater.cc (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/Calibrater.h (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/FringeJones.cc (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/SolvableVisCal.cc (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/SolvableVisCal.h (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/src/tools/calibrater/calibrater_cmpt.cc (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
- casatools/xml/calibrater.xml (version 3c168c51a412aee839c9880ed58396abbe786435) (diffs)
-
Des Small 8b61069aadfc50939e7e234f0077bb013778359c m
Reconciled casatasks/src/private/task_fringefit.py and casa5/gcwrap/python/scripts/task_fringefit.py
-
George Moellenbrock 511c1f78fbbae2962eb2f083c5f5dc1ee4011ccc m
Merge branch 'master' into CAS-13361
-
Des Small 6527a5a136712e146a74d75af9b3956df4dac16c m
Provisional version of DFT wideband
-
Des Small 4250bf1ee107253dbed3c61b36aa265e7a037120 m
An updated version of the wideband fringefitter, with a DFT used to stack SPWs
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version 4250bf1ee107253dbed3c61b36aa265e7a037120) (diffs)
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.h (version 4250bf1ee107253dbed3c61b36aa265e7a037120) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version 4250bf1ee107253dbed3c61b36aa265e7a037120) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/DelayRateFFT.h (version 4250bf1ee107253dbed3c61b36aa265e7a037120) (diffs)
- casatools/src/code/synthesis/MeasurementComponents/FringeJones.cc (version 4250bf1ee107253dbed3c61b36aa265e7a037120) (diffs)
-
Mark Kettenis <kettenis@jive.eu> c01890324ba2dd81a12d81a16f3aaaafe7702cc5 m
Merge branch 'master' into CAS-13266
Conflicts:
casatasks/xml/polcal.xml -
Des Small fef0a9fa7d6198f98246d78f676b7c4472de5b93 m
Merge branch 'master' into CAS-12765
Conflicts:
casa5/gcwrap/python/scripts/task_fringefit.py
casatasks/src/private/task_fringefit.py
casatasks/xml/fringefit.xml
casatools/src/code/synthesis/MeasurementComponents/FringeJones.cc
casatools/src/code/synthesis/MeasurementComponents/FringeJones.h
casatools/xml/calibrater.xml -
George Moellenbrock 7413cde7dd3a9c70a65ed35c892bb63b51f6fdd0 m
Merge branch 'master' into CAS-13361
-
George Moellenbrock 6ed63ce665f8b782182f56e3dc81f2d48eef32ae m
Merge branch 'master' into CAS-13266
-
George Moellenbrock da82e6d85eea16e61ba903f9a65f6750af797538 m
Merge branch 'CAS-13266' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13266
-
Des Small 660a84639abebdd4e1457095a4cf3d84de9f1beb m
Merge branch 'polave' into CAS-13361
-
Des Small 245ab8d882e704ff4109c1964383c1b2fbfccad2 m
Merge branch 'master' into CAS-13361
-
Des Small 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6 m
Added a polarization combination feature to the fringefit task
- casa5/code/msvis/MSVis/VisBuffer.cc (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/msvis/MSVis/VisBuffer.h (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/synthesis/MeasurementComponents/CalSolVi2Organizer.cc (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/synthesis/MeasurementComponents/CalSolVi2Organizer.h (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/synthesis/MeasurementComponents/Calibrater.cc (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/synthesis/MeasurementComponents/Calibrater.h (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/synthesis/MeasurementComponents/FringeJones.cc (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/synthesis/MeasurementComponents/SolvableVisCal.cc (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/code/synthesis/MeasurementComponents/SolvableVisCal.h (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/gcwrap/python/scripts/task_fringefit.py (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/gcwrap/tasks/fringefit.xml (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/gcwrap/tools/synthesis/calibrater.xml (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casa5/gcwrap/tools/synthesis/calibrater_cmpt.cc (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
- casatasks/src/tasks/task_fringefit.py (version 4aac5fc2d26a9d3d8618e0d515b294cedfef8fb6) (diffs)
-
Des Small b42ce92f17b4b8d06c3d9285afbf68beb0811dfc m
Merge branch 'master' into polave
-
Mark Kettenis <kettenis@jive.eu> a641a76656dcb2660a3e9812f3f97fc5a211250e m
CAS-13266: Add bounds checking for cal table slice access
-
Mark Kettenis <kettenis@jive.eu> 164431ffe5cbb37bdf726afd8f9ef8ecddc55dc9 m
Merge branch 'master' into CAS-13266
-
Mark Kettenis <kettenis@jive.eu> 7c5c9254e3fe42d44f9e980b8334f283f46393f9 m
CAS-13266: Only use MS metadata if it is available
-
Mark Kettenis <kettenis@jive.eu> 8b91705fc0115f5f8bce10846742a3b493b3a340 m
CAS-13266: Optimize MS metadata usage
-
George Moellenbrock aa36911868b0c2fde8b7cdb89da1f44fc862120d m
Merge branch 'CAS-13266' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-13266
-
Mark Kettenis <kettenis@jive.eu> e9522428ac1f7278c4de0ae1bbb4399566809235 m
Merge branch 'master' into CAS-13266
-
Mark Kettenis <kettenis@jive.eu> dde98e792350086f0e2c14e039f3fa9dedaffa24 m
CAS-13266: Fix warnings for 'perscan' interpolation
-
Des Small 9e8ba2bbbed6583e41aad9722d04a5d40c5d5f2f m
Adding more polarization averaging support
This commit adds a version to casa5/code/synthesis/MeasurementComponents/Calibrater.cc.
Not production ready\! -
Des Small 021ffc6ed0b751a96d236c33b70834eac6bc68a7 m
Adding even more polarization averaging support
Not production ready\! -
Des Small d1b7efa29019b18f975b80172611b4b2d47c037a m
Merge branch 'master' into CAS-13361
-
George Moellenbrock 500346f78c370c9f63c210570cebd93e31e355e1 m
Merge branch 'master' into CAS-13266
-
Des Small 943618db66cccb696b07ad3ff0fb90ebaab88632 m
Code to average correlations added to VisBuffer
-
Des Small fb31754b85d15144de163dc552d4249b495244a9 m
Merge branch 'CAS-12765' of https://open-bitbucket.nrao.edu/scm/casa/casa6 into CAS-12765
-
Mark Kettenis <kettenis@jive.eu> e83ad87d8bab0bb7b4585de129a4ae16060fbc9f m
Merge branch 'master' into CAS-13266
-
Mark Kettenis <kettenis@jive.eu> 32ba2095f8d2965a87230555850e64d609f2a178 m
CAS-13266: Mention 'perscan' interpolation in documentation
- casa5/gcwrap/tasks/accor.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/applycal.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/bandpass.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/blcal.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/fringefit.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/gaincal.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/initweights.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/polcal.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
- casa5/gcwrap/tasks/sdgaincal.xml (version 32ba2095f8d2965a87230555850e64d609f2a178) (diffs)
-
Mark Kettenis <kettenis@jive.eu> e50ff756592f0ed7ca24ae6c7b6f4bd9f60210e4 m
CAS-13266: Add tests for 'perscan' interpolation
Both the traditional and the cal library interfaces are tested -
Mark Kettenis <kettenis@jive.eu> 961f492a9555bb95de5096c0fabac7d549e6121b m
CAS-13266: Add "self" as a way to specify an identity mapping
This probivides a convenient way to request "perobs" and "perscan"
interpolation using the Cal Library syntax. -
Mark Kettenis <kettenis@jive.eu> 6f90c0f44e8a4e109330ad6820a177f74694f8fe m
CAS-13266: Adjust C++ unit tests
-
Mark Kettenis <kettenis@jive.eu> dd4caae0a0fd9d0fa0f37d8a3617645c08ff41f4 m
CAS-13266: Implement scan selection/mapping for cal libraries
- casa5/code/synthesis/CalLibrary/CalLibraryParse.cc (version dd4caae0a0fd9d0fa0f37d8a3617645c08ff41f4) (diffs)
- casa5/code/synthesis/CalTables/CLPatchPanel.cc (version dd4caae0a0fd9d0fa0f37d8a3617645c08ff41f4) (diffs)
- casa5/code/synthesis/CalTables/CLPatchPanel.h (version dd4caae0a0fd9d0fa0f37d8a3617645c08ff41f4) (diffs)
- casa5/code/synthesis/MeasurementComponents/SolvableVisCal.cc (version dd4caae0a0fd9d0fa0f37d8a3617645c08ff41f4) (diffs)
- casa5/code/synthesis/MeasurementComponents/StandardVisCal.cc (version dd4caae0a0fd9d0fa0f37d8a3617645c08ff41f4) (diffs)
-
Mark Kettenis <kettenis@jive.eu> f80ee905426167ee2eb5f35741bec8052cbfa8af m
Add missing initializations
-
Mark Kettenis <kettenis@jive.eu> 1765838045a64a0d9100d7e36e669bea60a800d2 m
Merge branch 'master' into CAS-13266
Resolved Conflicts:
casa5/code/synthesis/CalTables/CTPatchedInterp.h -
Des Small 7d28c8df794580afe2ca12f1dc885c8ec24cc201 m
Turning down the default preavg setting to 0.001
-
Mark Kettenis <kettenis@jive.eu> f1aa8ca89b27db46c6d4e11167b7a466a7850cf2 m
Prevent out of bounds array access
-
Mark Kettenis <kettenis@jive.eu> fe765857b16ca937acb2fc08fffa876fd9485759 m
CAS-13266: Implement 'perscan' interpolation
- casa5/code/synthesis/CalTables/CTPatchedInterp.cc (version fe765857b16ca937acb2fc08fffa876fd9485759) (diffs)
- casa5/code/synthesis/CalTables/CTPatchedInterp.h (version fe765857b16ca937acb2fc08fffa876fd9485759) (diffs)
- casa5/code/synthesis/MeasurementComponents/SolvableVisCal.cc (version fe765857b16ca937acb2fc08fffa876fd9485759) (diffs)
- casa5/code/synthesis/MeasurementComponents/StandardVisCal.cc (version fe765857b16ca937acb2fc08fffa876fd9485759) (diffs)
-
Des Small 9c8f2d30f47302370d92b5583a10e97886743083 m
Fixing the calculation of number of time slices in fringefit code
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version 9c8f2d30f47302370d92b5583a10e97886743083) (diffs)
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.h (version 9c8f2d30f47302370d92b5583a10e97886743083) (diffs)
- casa5/code/synthesis/MeasurementComponents/FringeJones.cc (version 9c8f2d30f47302370d92b5583a10e97886743083) (diffs)
-
Des Small c9278950141d9e3642c04774d977670cd4933bf6 m
Fixed the other fringefit.xml file
-
Des Small 29a2beeffc8b976ae9cd8def58d56e933f7cd905 m
Fixed a linker error
- casa5/code/synthesis/CMakeLists.txt (version 29a2beeffc8b976ae9cd8def58d56e933f7cd905) (diffs)
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version 29a2beeffc8b976ae9cd8def58d56e933f7cd905) (diffs)
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.h (version 29a2beeffc8b976ae9cd8def58d56e933f7cd905) (diffs)
- casa5/code/synthesis/MeasurementComponents/FringeJones.cc (version 29a2beeffc8b976ae9cd8def58d56e933f7cd905) (diffs)
-
Des Small a46e5a45b8bdd6dcb324d025038ada2039edbcb2 m
Merge branch 'master' into CAS-12765
-
Des Small 84a4b832af05a978ec06862123688ad2dee93e80 m
Merge branch 'master' into CAS-12765
-
Des Small 781190765b14aa1f444889dd6fe8374ef198ab34 m
Merge branch 'master' into CAS-12765
-
Des Small d6545024f46fb261ffdb66f7e8dfa720f7cca9d6 m
Support for non-concatenated multiband fringefitting
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.cc (version d6545024f46fb261ffdb66f7e8dfa720f7cca9d6) (diffs)
- casa5/code/synthesis/MeasurementComponents/DelayRateFFT.h (version d6545024f46fb261ffdb66f7e8dfa720f7cca9d6) (diffs)
- casa5/code/synthesis/MeasurementComponents/FringeJones.cc (version d6545024f46fb261ffdb66f7e8dfa720f7cca9d6) (diffs)
- casa5/code/synthesis/MeasurementComponents/SolvableVisCal.cc (version d6545024f46fb261ffdb66f7e8dfa720f7cca9d6) (diffs)
- casatasks/tests/tasks/test_fringefit.py (version d6545024f46fb261ffdb66f7e8dfa720f7cca9d6) (diffs)
-
Des Small d5c8283b265dbf9dbde1bbdac57f247810729614 m
Added support for wideband fringefitting.
-
Des Small 82387cb6756cf0b729724acad3cf7e4d3e6c10ab m
Much improved implementation of mbdfft search
-
Des Small c842061c65db6589f81867712a687e46c7b9022a m
Merge branch 'master' into CAS-12765
-
Des Small 93d6de72c8643c8ec5414e2143fcb20887d3facc m
Tidying up the multiband fft
-
Des Small 8f337d2632dcfa02016b7bdc4fcac379ddd356db m
Implementing the full mbd with FFT
-
Des Small 330eed9cb66a360c504a2f2e47b7d7c20d84cbf9 m
Commenting out paramactive from this branch; it's not meant to be here yet
-
Des Small 21e8174798973f2ba63dc8c1b7be268b419a4f71 m
Merge branch 'master' into CAS-12765
-
Des Small c6157f67d480a9a84127980a3bf3951d4514c6aa m
Check in current state for now
-
Des Small b9f5e13935044b01829ed31bec31d37e308b81ca m
Fix the evaluation of the SNR peak in multiband fringefit
-
Des Small 04125f7e1eb076223c2fee15e557911ef5dfaba2 m
Merge branch 'master' into CAS-12765
-
Des Small 3df776f6f660dc1735de06484ad4771e6d29b599 m
Merge branch 'master' into CAS-12765
-
Des Small c2871aafec3bc66c2a23fc68dcd80647b43a0129 m
Mostly harmless change to push and trigger build
-
Des Small eaf2e02edb3b6b95525791af2218079bb9a53e5f m
Brute-force search replaced with minimizer in wide-band FFT method
-
Des Small 3ae5a2a37248c2eaee532dc1ea7d057763e5b0f8 m
Fixing the signs of parameters in DEVDEBUG reports
-
Des Small d977a8667cc288889c11fba794004c32930451c0 m
Adding paramactive stubs to this branch of fringefit because they are in the XML
-
Des Small 435d05a09b6ae9d3a9b666b32cc33d400f283adf m
Merge remote-tracking branch 'casa5-upstream/feature/CAS-12765' into CAS-12765
-
Des Small 3db57d5e9794efef783bc99df477053dae8c81ef m
Added a brute-force search for refinement of fringefit FFT peak on the coarse grid