lynx.io.load_annot_tiffs¶ lynx.io.load_annot_tiffs(file_path, ext='ome.tif')[source]¶ Load annotated Tiff images from directory Returns: annot_imgs – Annotated images as dictionary Outer key: file name for each tiff img Inner key: channel IDs Value: 2-D image pixel intensities Return type: dict[str, dict[str, np.ndarray]]