tomoscan.esrf.scan.utils.copy_h5_dict_flats_to#

tomoscan.esrf.scan.utils.copy_h5_dict_flats_to(scan, flats_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 – should we save the darks to disk. If not will only be set on scan cache

  • raise_error_if_url_empty – if the provided DataUrl lead to now data shoudl we raise an error (like file or dataset missing…)