labels_tsv_path#

ethograph.labels.tsv_store.labels_tsv_path(nc_path, suffix='')[source]#

Derive the labels TSV path from the .nc file path.

Return type:

Path

Examples

>>> labels_tsv_path("experiment/data.nc")
PosixPath('experiment/data_labels.tsv')
>>> labels_tsv_path("experiment/data.nc", suffix="_downsampled_100x")
PosixPath('experiment/data_downsampled_100x_labels.tsv')