Skip to content

Return std::array<double, 3> from getUVW

Maik Nijhuis requested to merge getuvw-return-array into master

Since an UVW value always holds 3 values, using a std::array is more efficient than using a casacore::Vector.

Merge request reports