Return std::array<double, 3> from getUVW
Since an UVW value always holds 3 values, using a std::array is more efficient than using a casacore::Vector.
Since an UVW value always holds 3 values, using a std::array is more efficient than using a casacore::Vector.