metpyrad.Hidex300.parse_readings#
- Hidex300.parse_readings(folder_path)#
Parses readings from CSV files in the specified folder, generates a summary, and calculates statistics.
- Parameters:
folder_path (str) – Path to the folder containing the CSV files.
- Raises:
ValueError – If repetitions per cycle or real time values are not consistent for all measurements.
ValueError – If no readings data or no readings summary is available.
Examples
>>> processor = Hidex300('Lu-177', 2023, 11) >>> processor.parse_readings(folder_path='/path/to/folder/') Found 2 CSV files in folder /path/to/folder