processing.utils module¶

- processing.utils.default_seabird_exe_path()[source]¶
Creates a platform-dependent default path to the Sea-Bird exes.
- Return type:
Path
- processing.utils.get_sample_rate(cnv)[source]¶
Fetches the sample rate from a CnvFile.
- Return type:
float
- processing.utils.is_binned_data(cnv)[source]¶
Simple boolean check for a .cnv file with binned data.
- Return type:
bool
- processing.utils.is_directly_measured_value(parameter)[source]¶
Returns whether a parameter has been measured via a sensor or is calculated.
- Return type:
bool