DelFileInterface#
- 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.
- Parameters:
file – Path to the DEL file
max_size_id – Maximum allowed size of an ID (scan, source…)
- read_contents() pride.io.del_interface.data_structures.DelContents#
Load contents of DEL file into a data structure
- Returns:
DelContents object with the contents of the DEL file