Initial code refactoring
-
Ensure xtensor
is using column major order. Currently, this is not set explicitly. Casacore cubes is using column-major by default. A row major order will result in inefficient access patterns. -
We should refactor the GaussianSource
constructors such that thesetMinorAxis
andsetMajorAxis
are exposed in a more natural way.
Edited by Wiebe van Breukelen