edges_analysis.tools

Various utility functions.

Functions

join_struct_arrays(arrays)

Join a list of structured numpy arrays (make new columns).

run_xrfi(*, method, spectrum, freq[, ...])

Run an xrfi method on given spectrum and weights.

slice_along_axis(x, idx[, axis])

Get a view of x at indices idx on a given axis.