ConvertEK80

class echopype.convert.ConvertEK80(_filename='', regex='(?P<survey>.+)?-?D(?P<date>\w{1, 8})-T(?P<time>\w{1, 6})-?(?P<postfix>\w+)?.raw', nmea_gps_sentence='GGA')

Bases: echopype.convert.convertbase.ConvertBase

Class for converting EK80 .raw files.

Attributes Summary

water_level

Methods Summary

export_xml()

Exports the configuration data as an xml file in the same directory as the data files.

load_ek80_raw(raw)

Method to parse the EK80 .raw data file.

save(file_format[, save_path, combine_opt, …])

Save data from EK60 .raw to netCDF format.

sort_ch_ids()

Sorts the channel ids into broadband and continuous wave channel ids

Attributes Documentation

water_level

Methods Documentation

export_xml()

Exports the configuration data as an xml file in the same directory as the data files.

load_ek80_raw(raw)

Method to parse the EK80 .raw data file.

This method parses the .raw file and saves the parsed data to the ConvertEK80 instance.

Parameters
rawstr

raw filename

save(file_format, save_path=None, combine_opt=False, overwrite=False, compress=True)

Save data from EK60 .raw to netCDF format.

sort_ch_ids()

Sorts the channel ids into broadband and continuous wave channel ids

Returns
2 lists containing the bb channel ids and the cw channel ids