livecellx.core.datasets.LiveCellImageDataset.get_img_by_url
- LiveCellImageDataset.get_img_by_url(url, substr=True, return_path_and_time=False, ignore_missing=False)[source]
Get image by url
- Parameters
url (str) – _description_
substr (bool, optional) – if true, match by substring. (url in _url or _url in url), by default True
return_path_and_time (bool, optional) – if True return paths and time in the return values, , by default False
ignore_missing (bool, optional) – ignore failure of matching and return None(s), by default False
- Returns
_description_
- Return type
_type_
- Raises
ValueError – _description_
ValueError – _description_