low_comm_tools.plotting.fringe_rate
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents
- low_comm_tools.plotting.fringe_rate._parse_bandwidth_selection(bandwidth_mhz: float, channel_freqs: astropy.units.Quantity[astropy.units.Hz]) int[source]
- low_comm_tools.plotting.fringe_rate._parse_freq_selection(freq_mhz: float | Literal['start', 'mid', 'end'], channel_freqs: astropy.units.Quantity[astropy.units.Hz]) int[source]
- low_comm_tools.plotting.fringe_rate.channel_selection(channel_freqs: astropy.units.Quantity[astropy.units.Hz], freq_mhz: float | Literal['start', 'mid', 'end'], bandwidth_mhz: float) tuple[int, int][source]
- low_comm_tools.plotting.fringe_rate.get_parser() argparse.ArgumentParser[source]
- low_comm_tools.plotting.fringe_rate.make_fringe_rate_plots(ms_path: pathlib.Path, freq_mhz: float | Literal['start', 'mid', 'end'], bandwidth_mhz: float, uv_min_m: float = 500, out_dir: pathlib.Path | None = None, data_column: str = 'DATA') list[matplotlib.figure.Figure][source]