tomoscan.esrf.scan.utils.copy_h5_dict_darks_to#
- tomoscan.esrf.scan.utils.copy_h5_dict_darks_to(scan, darks_url, save=False, raise_error_if_url_empty=True, overwrite=False)#
- Parameters
scan (TomwerScanBase) – target to copy darks
darks_url (DataUrl) – DataUrl to find darks to be copied
save (
bool
) – should we save the darks to disk. If not will only be set on scan cacheraise_error_if_url_empty (
bool
) – if the provided DataUrl lead to now data shoudl we raise an error (like file or dataset missing…)