low_comm_tools.ms_fixes.fix_weights
Classes
Functions
|
Iterate over rows of a MeasurementSet main table in chunks. |
|
|
|
|
|
|
|
Module Contents
- low_comm_tools.ms_fixes.fix_weights._iter_chunks(ms_table: casacore.tables.table, chunk_size: int) collections.abc.Generator[DataChunk, None, None][source]
Iterate over rows of a MeasurementSet main table in chunks.
- low_comm_tools.ms_fixes.fix_weights.fd_to_fraction(fd_arr: numpy.typing.NDArray[numpy.floating[Any]]) numpy.typing.NDArray[numpy.floating[Any]][source]
- low_comm_tools.ms_fixes.fix_weights.get_parser() argparse.ArgumentParser[source]
- low_comm_tools.ms_fixes.fix_weights.make_new_weights(ms_path: pathlib.Path, chunk_size: int = 1000, dry_run: bool = False) pathlib.Path[source]