pyrfu.pyrf.read_cdf module# pyrfu.pyrf.read_cdf.read_cdf(path: str) → dict[source]# Reads a .cdf file and returns a dictionary with the fields contained in the file. Parameters: path (str) – Path to the .cdf file. Returns: Hash table with fields contained in the .cdf file. Return type: dict