DelFileInterface ================ .. py:class:: pride.io.DelFileInterface(file: str | pathlib.Path) Interface to read binary DEL files The SFXC correlator reads estimated delays from binary files with .del extension. This class provides an interface to load information from DEL files. :param file: Path to the DEL file :param max_size_id: Maximum allowed size of an ID (scan, source...) .. py:method:: read_contents() -> pride.io.del_interface.data_structures.DelContents Load contents of DEL file into a data structure :return: DelContents object with the contents of the DEL file