Skip to content

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 the setMinorAxis and setMajorAxis are exposed in a more natural way.
Edited by Wiebe van Breukelen