There was a serious bug where the annular rings were calculated in units of px
but were being applied to a UVgrid in metres. This has now been fixed, and
everything is being done in m.
An issue with compiling a numba function within a class has also been fixed -
the `apply_flags` function is now a @staticmethod.