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_directly_measured_value(parameter)[source]
Returns whether a parameter has been measured via a sensor or is calculated.
- Return type:
bool
- processing.utils.get_performed_processing_modules(cnv)[source]
Filters the processing metadata lines for the individual steps conducted to retrieve the current files version.
- Return type:
set