tomoscan.esrf.scan.utils.dataset_has_broken_vds¶
- tomoscan.esrf.scan.utils.dataset_has_broken_vds(url: DataUrl, raise_error=False, log_level=30, return_unique_files=False) bool¶
check that the provided url is not a VDS with broken links.
- Parameters:
url (DataUrl) – url to the dataset to treat
raise_error (bool) – if True and dataset not existing will raise an error
return_unique_files (bool) – if True return unique files. As this step can be time consuming and reused it can sometimes be convenients