metpyrad.Hidex300.plot_measurements#
- Hidex300.plot_measurements(kind)#
Plots the specified type of measurements.
- Parameters:
kind (str) – The type of measurements to plot. Options are ‘background’, ‘sample’, or ‘net’.
- Raises:
ValueError – If an invalid measurement kind is provided.
Examples
>>> processor = Hidex300('Lu-177', 2023, 11) >>> processor.parse_readings('/path/to/folder') Found 2 CSV files in folder /path/to/folder >>> processor.process_readings('all') >>> processor.plot_measurements('net')