EchoviewEcs.jl

Read Echoview calibration supplement files from Julia
Author EchoJulia
Popularity
0 Stars
Updated Last
3 Years Ago
Started In
December 2017

EchoviewEcs.jl

Build Status

Coverage Status

codecov.io

Julia package for reading Echoview calibration supplement (.ECS) files. Scientific echosounder data requires calibration correction, and ECS is a popular storage file format for the correction parameters.

using EchoviewEcs
calibrations = load(filename)

calibrations is a Vector of Dict where Dict contains keys and values being configuration parameters. SourceCal settings inherit from FileSet settings but override such settings if specified explicitly.