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