Getting Started
Core Workflows
Search & Diagnostics
API Reference
A function that reads the paths to distance maps from a tsv file
tsv_file (str) – A path to a tsv file containing the paths to distance maps as a first column and index of a distance map to load as a second column
An iterator of tuples containing paths to distance maps and their indices
Iterator[Tuple[str, str]]