Closed KonKob closed 1 year ago
SOLUTION: rois.py, line 63: assert (len(row_coords) > 2) & (len(col_coords) > 2), f"The .roi-file {loaded_rois[idx].name} has less than 3 coordinates!"
Alternatively, if the .roi files have only two coordinates on purpose, create a different shapely object (Line)
if there are roi-files with less than 3 coordinates given, the roi can't be created and the shapely pckg will throw an error "ValueError: A LinearRing must have at least 3 coordinate tuples"