DelFile ======= .. py:class:: pride.io.DelFile(file: str | pathlib.Path) Interface for DEL files: Binary file format for SFXC .. py:method:: create_file(station_id: str) -> None Create a new DEL file with just the header .. py:method:: add_scan(source: str, mjd1: int, data: numpy.ndarray) -> None Add a scan information to DEL file .. py:method:: read() -> tuple[list, list[Scan]] Read data from DEL file .. py:method:: peek(data: bytes, format: bytes, length: int, start: int) -> tuple[list, int] Read and decode array of bytes from file