seismicrna.renumct package
Submodules
CT Renumbering Module
- seismicrna.renumct.main.run(*, ct_pos_5: tuple[tuple[str, int], ...] = (), inplace: bool = False, out_dir: str = './out', force: bool = False, max_procs: int = 16, parallel: bool = True)
Renumber connectivity table (CT) files given a 5’ position.
- Parameters:
ct_pos_5 (
tuple) – Connectivity table (CT) file or directory of CT files and the 5’ position to assign to each file [keyword-only, default: ()]inplace (
bool) – Modify files in-place instead of writing new files (WARNING: you cannot recover the original files afterwards) [keyword-only, default: False]out_dir (
str) – Write all output files to this directory [keyword-only, default: ‘./out’]force (
bool) – Force all tasks to run, overwriting any existing output files [keyword-only, default: False]max_procs (
int) – Run up to this many processes simultaneously [keyword-only, default: 16]parallel (
bool) – Run tasks in parallel or in series [keyword-only, default: True]