Expand description
CSV and JSON file reading utilities.
Provides functions to read photon event data from files:
read_ledger: Load aLedgerfrom JSON fileread_csv: Load photon records from CSV file
Structs§
- CsvRecord
- Photon record from CSV file.
Functions§
- read_
csv - read_
ledger - Read a
Ledgerfrom a JSON file.