Build: #6 failed Child of CASA-CDBC71-10
Code commits
CASA6
-
Kumar Golap ce326447bcb416142033e9feb731ba6d984052e3
added unit tests and some more docs
-
Srikrishna Sekhar 200b70ed271cb51eab54264f9fda0cf265cc74ba
CAS-13324 : Fix bug with annulus flagging method
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.