Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 819 Bytes

README.rst

File metadata and controls

38 lines (22 loc) · 819 Bytes

echofilter

Automatically identify entrained air in echosounder data.

Usage

After installing, the model can be applied at the command prompt with:

echofilter PATH PATH2 ...

Any number of paths can be specified. Each path can either be a path to a single csv file to process (exported using the EchoView application), or a directory containing csv files. If a directory is given, all csv files within nested subfolders of the directory will be processed.

All optional parameters can be seen by running echofilter with the help argument.

echofilter -h

Installation

The package can be installed using pip as follows:

pip install git+https://github.com/DeepSenseCA/echofilter