This package provides a command-line tool to parse SeaFlow v1 instrument log files as TSDATA format files.
Binaries for Linux and MacOS on x86_64 platforms are available from the releases page of this GitHub repo.
This code requires Go 1.16 to build.
Using go install in Go 1.16+
go install github.com/seaflog-uw/seaflog@latestFrom a local copy of this repo:
go build -o seaflog cmd/seaflog/main.goseaflog \
--filetype SeaFlowV1InstrumentLog \
--project SeaFlow_740 --description "SeaFlow V1 Instrument Log events" \
--logfile SFlog_740.txt \
--outfile SFlog_740.tsvSee the output of seaflog --help for full usage.