Skip to main content

Module read

Module read 

Source
Expand description

CSV and JSON file reading utilities.

Provides functions to read photon event data from files:

  • read_ledger: Load a Ledger from JSON file
  • read_csv: Load photon records from CSV file

Structs§

CsvRecord
Photon record from CSV file.

Functions§

read_csv
read_ledger
Read a Ledger from a JSON file.