low_comm_tools.plotting.fringes

Attributes

_

Functions

get_parser(→ argparse.ArgumentParser)

main(→ None)

make_fringe_plot(→ matplotlib.figure.Figure | None)

Module Contents

low_comm_tools.plotting.fringes.get_parser() argparse.ArgumentParser[source]
low_comm_tools.plotting.fringes.main() None[source]
low_comm_tools.plotting.fringes.make_fringe_plot(ms_path: pathlib.Path, pols: collections.abc.Collection[str] | None = None, freq_min_mhz: float = 0, freq_max_mhz: float = +np.inf, spw_id: int = 0, save_fig: bool = False, out_dir: pathlib.Path | None = None, show_coarse_channels: bool = False, max_baselines: int | None = None, coarse_channel_min: int = 0, coarse_channel_max: int = 512, data_column: str = 'DATA') matplotlib.figure.Figure | None[source]
low_comm_tools.plotting.fringes._[source]