Build: #32 was successful Child of CASA-CTT-81
Code commits
OPEN-CASA
-
Ville Suoranta a1feb610cb796315e2473fa0f4718992067931e1
Merge pull request #822 in CASA/casa from hotfix/CAS-11550 to master
* commit 'faf86256bc7a14f459118d0e4fa51e251858493c':
A minor help doc update as asteroid models has been update in the data repository -
Ville Suoranta dc43c4e041f91bd11a64f69ad174c2225bc484b9
Revert "Merge pull request #808 in CASA/casa from feature/CAS-12068 to master"
This reverts commit be589aaa88e81ffc2dad426c39990e6800eaeb88, reversing
changes made to 90a9ae2247be3c4ddd5df7f45c9396c68e60a74b.- code/synthesis/MeasurementComponents/Calibrater.cc (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- code/synthesis/MeasurementComponents/Calibrater.h (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- code/synthesis/MeasurementComponents/CalibratingVi2.cc (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.cc (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.h (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- code/synthesis/MeasurementComponents/StandardVisCal.cc (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- code/synthesis/MeasurementComponents/test/tFringeJones_GT.cc (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- gcwrap/python/scripts/casa.py (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- gcwrap/python/scripts/task_fringefit.py (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- gcwrap/tasks/fringefit.xml (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- gcwrap/tools/synthesis/calibrater.xml (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
- gcwrap/tools/synthesis/calibrater_cmpt.cc (version dc43c4e041f91bd11a64f69ad174c2225bc484b9) (diffs)
-
Ville Suoranta be589aaa88e81ffc2dad426c39990e6800eaeb88
Merge pull request #808 in CASA/casa from feature/CAS-12068 to master
* commit 'e5a935c9322c36c4e72037910d32520c3b5913c8': (37 commits)
Added a test for fringe-fitting with multiple reference antennas
Moved the test in FringeJones that the reference antenna is set to the right place
Fixed the refant value in tFingeJones_GT.cc
Undoing a botched reversion
Revert "Correctly initialise parameters for FringeJones test"
Correctly initialise parameters for FringeJones test
Removed redundant variables from FringeJones for warning-free compile
Tweak comment in an attempt to wake up bamboo.
Fixed a bug in fringefit that was mutating the reference antenna list
Added reference antenna logging to the fringefitter task; fixed a showstopper bug
Add information multiple reference antennas to the fringefit documentation
Extending fringefit to use a list of reference antennas
Store the FFT snr in the first component of the SNR array. Should not be propagated to production\!
Added an option (maxits) to the fringefit to set the maximum number of iterations of the least-squares solver
Don't insist that all relevant correlations are good
add accor task
do not extrapolate using the rate when rereferencing FringeJones
Add accor and fringefit tasks
Make AccorJones normalizable. This allows applying the result of a previous accor invocation while running the accor task. This makes it possible to use accor as an equivalent to the ACSCL task in AIPS.
implement re-referencing for FringeJones caltables
... -
Takahiro Tsutsumi faf86256bc7a14f459118d0e4fa51e251858493c
A minor help doc update as asteroid models has been update in the data repository
-
Des Small e5a935c9322c36c4e72037910d32520c3b5913c8
Remerged master; required a little manual resolution of FringeJones
-
Takeshi Nakazato 90a9ae2247be3c4ddd5df7f45c9396c68e60a74b
Merge pull request #821 in CASA/casa from CAS-12170 to master
* commit '1e7ef8ba270d33eb1143832c9dcd600f0a629405':
remove already commented CasaDataObjects line
CAS-12170 remove casacode/CasaDataObjects -
David Mehringer <dmehring@earendil.local> 1e7ef8ba270d33eb1143832c9dcd600f0a629405 m
remove already commented CasaDataObjects line
-
David Mehringer <dmehring@earendil.local> 34f04932513011da99e3d3378357b35629a21f93 m
CAS-12170 remove casacode/CasaDataObjects
- code/CasaDataObjects/Ms/CasaMs.h (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/Antenna.h (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/Antennas.cc (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/Antennas.h (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/CasaTableRow.h (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/Subtable.cc (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/Subtable.h (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/SubtableFiller.h (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/Subtables.cc (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
- code/CasaDataObjects/Subtables/Subtables.h (version 34f04932513011da99e3d3378357b35629a21f93) (diffs)
-
Des Small 47aec0cd8058930751ce0d8f8b8e7e1b172470fd m
Merge branch 'master' into feature/CAS-12068
-
Des Small c4b4c3a15391ba5eccd2a1dd6eb901208c32db29 m
Merge branch 'master' into feature/CAS-12068
-
Des Small f0dccd860852637f1a8532bf6366ebd27c8754d1 m
Added a test for fringe-fitting with multiple reference antennas
-
Des Small e67ae68c7d806bd43bed899f0b356be500a2009a m
Moved the test in FringeJones that the reference antenna is set to the right place
-
Des Small d6898672e9d88c5c35779666602aeec16afaec76 m
Fixed the refant value in tFingeJones_GT.cc
It was a Vector instead of an Array. -
Des Small e8cc4460b70ea38f7b064d8ff9850785582d959d m
Undoing a botched reversion
-
Des Small 8d0907a29e89c1c82b451ef1031b185695e745d1 m
Revert "Correctly initialise parameters for FringeJones test"
This reverts commit 4e4dc332794cf8833c9478e0fe1e2f1166d03e66. -
Des Small c3b8daa9aecb859311647b0aa5ce10c578e20cb6 m
When checking data is available for fringefit, skip autocorrelations
-
Des Small 4e4dc332794cf8833c9478e0fe1e2f1166d03e66 m
Correctly initialise parameters for FringeJones test
-
George Moellenbrock 4b6a2c96e8ef83b84c1b805299f86d7dd98ce121 m
Merge branch 'master' into feature/CAS-10684
-
Des Small 98bbc9be990acf623426ea5c2a9b78c354288cd0 m
Removed redundant variables from FringeJones for warning-free compile
-
Mark Kettenis <kettenis@jive.eu> c5cab3bb7e03132afbced31589a5e3d81ff22b92 m
Tweak comment in an attempt to wake up bamboo.
-
Des Small 5066f5877bbee75b82210756b2076cf6c4924a89 m
Fixed a bug in fringefit that was mutating the reference antenna list
-
Des Small 8f5dfd2668fac01aa136a6363c4a0ca7133eda95 m
Added reference antenna logging to the fringefitter task; fixed a showstopper bug
-
Des Small 7ed91c582ca29be5af81fe5b167cfdd711db5415 m
Add information multiple reference antennas to the fringefit documentation
-
Des Small 0c1effc27b5ccaf87223dbf3eadeabcb42998097 m
Extending fringefit to use a list of reference antennas
The 'refant' parameter can be a list of antennae, and now we walk down the list for each solution, accepting
the first choice which has some unflagged data. -
Des Small b5efb5a0d011d9916374466d5a095da975eadaf4 m
Store the FFT snr in the first component of the SNR array. Should not be propagated to production\!
-
Des Small 70d15cb954b7819b8963b39eaa4e8df46c506611 m
Merge branch 'master' into feature/CAS-10684
-
Des Small 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07 m
Added an option (maxits) to the fringefit to set the maximum number of iterations of the least-squares solver
- code/synthesis/MeasurementComponents/Calibrater.cc (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
- code/synthesis/MeasurementComponents/Calibrater.h (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.cc (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.h (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
- gcwrap/python/scripts/task_fringefit.py (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
- gcwrap/tasks/fringefit.xml (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
- gcwrap/tools/synthesis/calibrater.xml (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
- gcwrap/tools/synthesis/calibrater_cmpt.cc (version 1ef820f721abb7c6112e67b3a9c2b2b966ce5d07) (diffs)
-
Mark Kettenis <kettenis@jive.eu> f3c53ca357110ebca36d03b3835a9aeb5b1f6487 m
Don't insist that all relevant correlations are good
If some stations in the MS are single-pol the visibilities for the
missing pol will be flagged and would fail the test. So remove the
check and make sure the partial solution is written into the caltable. -
Mark Kettenis <kettenis@jive.eu> aac00c182d47f07dfb2221798b085b0ed7797465 m
Merge branch 'master' into feature/CAS-10684
Conflicts:
code/synthesis/MeasurementComponents/Calibrater.cc
code/synthesis/MeasurementComponents/Calibrater.h
code/synthesis/MeasurementComponents/FringeJones.cc
code/synthesis/MeasurementComponents/FringeJones.h
code/synthesis/MeasurementComponents/test/tFringeJones_GT.cc
gcwrap/python/scripts/mpi4casa/task_wrappers.py
gcwrap/python/scripts/task_fringefit.py
gcwrap/tasks/fringefit.xml
gcwrap/tools/synthesis/calibrater.xml
gcwrap/tools/synthesis/calibrater_cmpt.cc -
Mark Kettenis <kettenis@jive.eu> 21c64222c1185f8768334bb684c06f40bcfc64ee m
add accor task
-
Mark Kettenis <kettenis@jive.eu> 1d98c7b532847d22162b2ecff44524b31ea37138 m
Merge branch 'master' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 4e15e6e4f671a78ac602d96f67063095f3019c1e m
Merge branch 'master' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 13d4a5648befcfdb189aed88562bb073549881db m
Merge branch 'master' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 9c35026d3871fe7d221bacc2266ed91831b34d26 m
Merge branch 'master' into feature/CAS-10684
Conflicts:
code/synthesis/MeasurementComponents/FringeJones.cc
gcwrap/python/scripts/mpi4casa/task_wrappers.py -
Mark Kettenis <kettenis@jive.eu> a58efbf21967450d12a71e0d2b8256be96cb560d m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> e639d562ba14e96e10d546e5b25b73cae7167162 m
Merge branch 'master' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 8ea3cb08dcd8cc1657e896c7cf9eba63c99b6df6 m
do not extrapolate using the rate when rereferencing FringeJones
-
Mark Kettenis <kettenis@jive.eu> c796b46324f541f8295c20cc5e835c295b84de02 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
Conflicts:
code/synthesis/MeasurementComponents/FringeJones.cc -
Mark Kettenis <kettenis@jive.eu> 524f8099484e0447569b80c14e03759c760f9c31 m
Merge branch 'master' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 6e8dabace83bdd855b97e271afe5e7c0aeb0002e m
Add accor and fringefit tasks
-
Mark Kettenis <kettenis@jive.eu> ce5f325a2909f7911d8138364641ef443e0bdda4 m
Merge branch 'master' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 7fb45d329f0f388d79bcf0cd248ec0ea2206bc63 m
Make AccorJones normalizable. This allows applying the result of a previous accor invocation while running the accor task. This makes it possible to use accor as an equivalent to the ACSCL task in AIPS.
-
Mark Kettenis <kettenis@jive.eu> 2400dc573b9c78971977b4bfc9f76fdbdd7319da m
implement re-referencing for FringeJones caltables
-
Mark Kettenis <kettenis@jive.eu> b467729528eb5db9869f9689beecec0122279839 m
update casacore
-
Mark Kettenis <kettenis@jive.eu> 60327cffd490acd404ea948eec4e006feea19310 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> bd898ccfb203d3fcf388618b2d948e723b2f7cce m
Merge branch 'master' into feature/CAS-10684
-
Des Small 22cb373bf5da8cdd3d6d9f502e4e68a9fd4f8684 m
Merge branch 'fringefit' into feature/CAS-10684
-
Des Small f23af0eb9f05545bcc4dc92c35bb0f6302205ff0 m
Fixing the fringefit test to match the latest API
-
Des Small d90b97e0d9ad04baf5f56cf00922a1a49d90ce08 m
Merge branch 'fringefit' into feature/CAS-10684
-
Des Small a69839e32f01722838adcc8e79b26343d7afe15d m
Made fringe-fitting tables transparent to absent baselines
-
Des Small 29d9e7f2336ed73e936cfc4e06f7f785d9d629b4 m
Merge branch 'fringefit' into feature/CAS-10684
-
Des Small 1596de4910ec03689d5f8bb01dc65a9ad1b80e78 m
Merge branch 'master' into feature/CAS-10684
-
Des Small 6efea06d35317e313d1aada8315c1081374c8961 m
Merge branch 'master' of https://open-bitbucket.nrao.edu/scm/casa/casa into fringefit
-
Des Small 29ac90436af1942dd213365ba997dc139e043bda m
Added support for delay and rate windows in fringe fitter and changed least squares convergence test to match AIPS
- code/synthesis/MeasurementComponents/FringeJones.cc (version 29ac90436af1942dd213365ba997dc139e043bda) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.h (version 29ac90436af1942dd213365ba997dc139e043bda) (diffs)
- gcwrap/python/scripts/task_fringefit.py (version 29ac90436af1942dd213365ba997dc139e043bda) (diffs)
-
Des Small 65af5d2fd8c8561c88da57655fba9a92c6a00e59 m
Merge branch 'fringefit' into feature/CAS-10684
-
Des Small f3355fda8e3d6fa5e07cfef294ef9f7110aa37a5 m
Fixing the FringeJones test to match the new API
-
Des Small 39641192c747a1c5d1c819941d9c48619c113dec m
Merge branch 'fringefit' into feature/CAS-10684
-
Des Small 2a570f70edaceb7c94fde2e31dcc4ea67511c1cc m
Merge branch 'master' into feature/CAS-10684
-
Des Small f3993bbf85a611c5e0ca27fefe5047a6e0192997 m
Merge branch 'master' into fringefit
-
Des Small b5d8c88a5b61daf4910534719a6cd9d51460074f m
Deleting a stray comment from fringefit task
-
Des Small 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815 m
Added and implemented an option to choose weighting for the fringe-fitter's least squares routine
- code/synthesis/MeasurementComponents/Calibrater.cc (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
- code/synthesis/MeasurementComponents/Calibrater.h (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.cc (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.h (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
- gcwrap/python/scripts/task_fringefit.py (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
- gcwrap/tasks/fringefit.xml (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
- gcwrap/tools/synthesis/calibrater.xml (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
- gcwrap/tools/synthesis/calibrater_cmpt.cc (version 80b0bce6f5b17fc9b6d2ca1f3aa82f4d201ae815) (diffs)
-
Des Small 4c0240ab2e88f051a3700c30d8541c2b4a65cba1 m
Merge branch 'master' into fringefit
-
Des Small 283f4d4bce4e352d1921b070b1b5ebd698b1be5e m
Merge branch 'master' into feature/CAS-10684
-
Des Small 2bf15217ecfc686e385af95fd541ee4770d27327 m
Merge branch 'master' into feature/CAS-10684
-
Des Small bbcd8d1cdae3d3e4516690303750424a5e5231f0 m
Added scaffolding to pass delay and rate windows into fringe fitter C++, although values aren't yet used.
- code/synthesis/MeasurementComponents/Calibrater.cc (version bbcd8d1cdae3d3e4516690303750424a5e5231f0) (diffs)
- code/synthesis/MeasurementComponents/Calibrater.h (version bbcd8d1cdae3d3e4516690303750424a5e5231f0) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.cc (version bbcd8d1cdae3d3e4516690303750424a5e5231f0) (diffs)
- gcwrap/python/scripts/task_fringefit.py (version bbcd8d1cdae3d3e4516690303750424a5e5231f0) (diffs)
- gcwrap/tasks/fringefit.xml (version bbcd8d1cdae3d3e4516690303750424a5e5231f0) (diffs)
- gcwrap/tools/synthesis/calibrater.xml (version bbcd8d1cdae3d3e4516690303750424a5e5231f0) (diffs)
- gcwrap/tools/synthesis/calibrater_cmpt.cc (version bbcd8d1cdae3d3e4516690303750424a5e5231f0) (diffs)
-
Des Small ef6b8b180bfa82758e157ec6dadc867aab00692d m
Merge branch 'master' of https://open-bitbucket.nrao.edu/scm/casa/casa into fringefit
-
Des Small bfa30fb70655c64c2831165467a9c4b295425770 m
Merge branch 'fringefit' into feature/CAS-10684
-
Des Small 7df8bfcefc1374af5489b784a7c9530abd9b36a3 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Des Small 2e269d6c8997c120441a42d9f434af7818c68255 m
Merge branch 'master' into feature/CAS-10684
-
Des Small 0444a4e14d9868f28dd488d043243232c0a8e9e6 m
Merge branch 'feature/CAS-10684' of https://open-bitbucket.nrao.edu/scm/casa/casa into feature/CAS-10684
-
Des Small 6470125627e28c6c8194cae1a5b865c4747b3fa9 m
Add an option to fringe fitter (globalsolve) to turn off least squares fitting if desired
- code/synthesis/MeasurementComponents/Calibrater.cc (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
- code/synthesis/MeasurementComponents/Calibrater.h (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.cc (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
- code/synthesis/MeasurementComponents/FringeJones.h (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
- gcwrap/python/scripts/task_fringefit.py (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
- gcwrap/tasks/fringefit.xml (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
- gcwrap/tools/synthesis/calibrater.xml (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
- gcwrap/tools/synthesis/calibrater_cmpt.cc (version 6470125627e28c6c8194cae1a5b865c4747b3fa9) (diffs)
-
Des Small ad10abe706cd39db9a801d598acbf7da4002a2cb m
Merge branch 'feature/CAS-8556' into fringefit
-
Des Small c55089e12e9b6ac22ae73c607dd6277823da0d60 m
Merge branch 'master' of https://open-bitbucket.nrao.edu/scm/casa/casa into fringefit
-
Des Small 084faf428ae757f2fa917343b28b8a58896eab43 m
Merge branch 'master' into fringefit
-
Mark Kettenis <kettenis@jive.eu> c3beead590c9c7a79da162c86a4245859dddfa99 m
Merge branch 'master' into feature/CAS-10684
Conflicts:
code/synthesis/CalTables/CTPatchedInterp.cc -
Mark Kettenis <kettenis@jive.eu> 87d9ea29334076e55872b0fccab4a519c21cdcb7 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> a452e322b3e067dcbb5b12bb4145125e37c31238 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 9540231903aa50a7c57b388caaf051c863cf9e83 m
Initialize freqResFlag_ and timeResFlag_ arrays after resizing them.
-
Mark Kettenis <kettenis@jive.eu> f5ebf0437f8bf0524fcccf1cf1c715da7c2b3a74 m
Do not insist that all relevant correlations are good
If some stations in the MS are single-pol the visibilities for the
missing pol will be flagged and would fail the test. So remove the
check and make sure the partial solution is written into the caltable. -
Mark Kettenis <kettenis@jive.eu> fd7b2996f0218b69e60de4e7ace55b46282d6caf m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 9216b64119c2d684840046caa5151829a1bb0a73 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 3ee3cecd8ec5b72765bc7afd9c22526f769f2401 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 020cbbeb1c961c234422bb514d3c8ce029cb3b42 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 61ec1185074b2714feb0e4722dd57e87424abc22 m
Disable (temporarily?) the code that flags all remaining correlation products if one of them is already flagged. This is necessary to make the accor task work on data that has missing autocorrelation cross-hands. It should also prevent complete flagging of data when one of the polarizations is flagged for an antenna.
-
Dirk Petry <dpetry@eso.org> 3c782da657bb9aea6759327cf1d968c7f89cd0ae m
Improvement: make importfitsidi check specframe validity before importing the IDI file(s).
-
Mark Kettenis <kettenis@jive.eu> 993039893ecd8fcef5a99a233b7514436bedfdfb m
Merge branch 'feature/CAS-10366' into feature/CAS-10684
-
Dirk Petry <dpetry@eso.org> 31171eb62a707f49e6c7f6b7a12c7a2efc5e437b m
New parameter specframe for task importfitsidi (CAS-10790).
-
George Moellenbrock <gmoellen@loanermac2.local> df815642aa7402d96eea0c670f408ed14c3dd4c4 m
Support phase,delay,delay-rate plots in plotcal Until plotms can generally handle parameterized caltables, an interim fix to plotcal to permit phase, delay, and delay-rate plots from fringefit caltables.
-
Mark Kettenis <kettenis@jive.eu> c09001461d5b0ab48fbef343c683293e276c6589 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 31f0c38233b7048d91c49225f24d4039cdaef105 m
Update casacore reference to include Nasmyth mount support
-
Mark Kettenis <kettenis@jive.eu> d7bd3c6983f437ac375d2cc8e0fcb7bb7fc36047 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Des Small 6497158f70912770f0e9ea22f8594e770fca7205 m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 339cc3348175135d87d8d58bdfa28164bf0c45bb m
Temporarily disable part of the tFringeJones_GT test
-
Mark Kettenis <kettenis@jive.eu> f6fad3621756a8c3c3ad70b18a71dc3c5d24e38b m
Merge branch 'feature/CAS-8556' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> 7d4a92fe7a033e6b281fe1aead60f2c9d17f324f m
Merge branch 'feature/CAS-10366' into feature/CAS-10684
-
Mark Kettenis <kettenis@jive.eu> a47e5fc7e6266eadcc97b8e136b1d7b5d7817a2f m
Merge branch 'bugfix/CAS-10485' into feature/CAS-10684