seabirdfilehandler.parameter_mapping module

Inheritance diagram of seabirdfilehandler.parameter_mapping
class seabirdfilehandler.parameter_mapping.ParameterMapping(xmlcon_part, raw_data, parameters, voltage_sensors_start=6)[source]

Bases: object

extract_coefficients(source)[source]
locate_sensor_data(raw_data)[source]
Return type:

ndarray | None

create_parameter(data, metadata={}, name='')[source]
convert_freq_temperature()[source]
convert_temperature()[source]
convert_pressure()[source]
convert_conductivity()[source]
convert_salinity(conductivity, t_values, p_values)[source]
convert_sbe43_oxygen(voltage, temperature, pressure, salinity, coefs, apply_tau_correction=False, apply_hysteresis_correction=False, window_size=1, sample_interval=1)[source]

Overwrite of Sea-Birds super slow function.

convert_oxygen()[source]
convert_oxygen_pyro_science()[source]
map_metadata(name='')[source]
Return type:

dict