tomoscan.esrf.scan.utils.extract_urls_from_edf

tomoscan.esrf.scan.utils.extract_urls_from_edf(file_: str, start_index: Union[None, int], n_frames: Optional[int] = None) dict

return one DataUrl for each frame contain in the file_

Parameters:
  • file (str) – path to the file to parse

  • n_frames (Union[int, None]) – Number of frames in each edf file (inferred if not told)

  • start_index (Union[None,start_index]) –