Hidex300#
Constructor#
|
A class to process and summarize measurements for a given radionuclide with a Hidex TDCR. |
Attributes#
Name of the radionuclide being measured (str). |
|
Year of the measurements (int). |
|
Month of the measurements (int). |
|
DataFrame containing the readings (pandas.DataFrame or None). |
|
DataFrame containing the background measurements (pandas.DataFrame or None). |
|
DataFrame containing the sample measurements (pandas.DataFrame or None). |
|
DataFrame containing the net measurements (pandas.DataFrame or None). |
|
Number of cycles in the measurements (int). |
|
Number of repetitions per cycle (int). |
|
Time per repetition in seconds (int). |
|
Total number of measurements (int). |
|
Total measurement time in seconds (int). |
Methods#
|
Parses readings from CSV files in the specified folder, generates a summary, and calculates statistics. |
|
Summarizes the readings by printing a message or saving it to a text file. |
|
Processes the specified type of measurements (background, sample, net, or all). |
Plots the specified type of measurements. |
|
|
Exports the specified type of measurements to a CSV file. |
|
Exports the specified type of measurement plot to a PNG file. |
|
Processes readings from the input folder, prints a summary, and optionally saves the results. |