Build: #27 was successful Child of CASA-CTT-75
Code commits
OPEN-CASA
-
Ville Suoranta b589c33e255e3ccaea0868bf8b6e014a31f21e60
Merge pull request #807 in CASA/casa from CAS-12143 to master
* commit 'a74d117d687d8eae8f46557d4d9d4922f8a97e59':
Add shortdescription to oldsplit.xml params
Updated parameters oldsplit documentation -
Ville Suoranta 1106a16ecf4c8647f08be80a74ccd1acbd6573cd
Merge pull request #810 in CASA/casa from feature/CAS-12036 to master
* commit '81410945d61b71fd90be66d693dd734d048741b1':
Adjusting whitespace in FringeJones.cc to match master
Fixing a bug with single-polarisation fringe fitting
Added a new convergence criterion to fringefit, modeled on the one used in AIPS FRING task -
Ville Suoranta c19de14f0363d76980f4094fb9b407328b999ef4
Merge pull request #809 in CASA/casa from CAS-12155 to master
* commit '76346e46392996c011fd7d41a46979e98f84f805':
CAS-12155 squash OSX clang compiler warnings -
David Mehringer <dmehring@earendil.local> 76346e46392996c011fd7d41a46979e98f84f805
CAS-12155 squash OSX clang compiler warnings
- code/components/ComponentModels/ConstantSpectrum.cc (version 76346e46392996c011fd7d41a46979e98f84f805) (diffs)
- code/components/ComponentModels/PointShape.cc (version 76346e46392996c011fd7d41a46979e98f84f805) (diffs)
- code/components/ComponentModels/TwoSidedShape.cc (version 76346e46392996c011fd7d41a46979e98f84f805) (diffs)
-
Des Small 81410945d61b71fd90be66d693dd734d048741b1
Merge branch 'master' into feature/CAS-12036
-
Ville Suoranta a74d117d687d8eae8f46557d4d9d4922f8a97e59 m
Add shortdescription to oldsplit.xml params
Using shortdescriptions allows usage of single quotes in the description
without breaking the code generation. -
Bjorn Emonts f2f65661e0be3e7d6f985ad2a4c8694e8ee4bb99 m
Updated parameters oldsplit documentation
-
Des Small 6ae144ba550b6544add0d779b1f440ac02658a02 m
Merge branch 'master' into feature/CAS-12036
-
Des Small ae07ac1359e4c54a8396026cba2d1b0893f3e2b7 m
Adjusting whitespace in FringeJones.cc to match master
-
Des Small da143d34481446f2a288f02941628bbc2f6eb81a m
Merge branch 'master' into feature/CAS-12036
-
Des Small a4d9c5f981d695f1117eb8f1bd28ebbb263d3a85 m
Fixing a bug with single-polarisation fringe fitting
The code made extensive use of Float<Array>::nonDegenerate(), which meant that single polarisation
data also lost that axis. Changing to nonDegenerate(1) fixes that. -
Des Small e64e629241e4c000f6b86a80b4311f084dde550a m
Added a new convergence criterion to fringefit, modeled on the one used in AIPS FRING task