clean_bad_elg: Cut out bad lines of elg file based on bad nav gps signals

Description Usage Arguments Examples

Description

SEA event files contain output from a number of instruments including GPS, flow-through, chirp, etc.

Usage

1
2
clean_bad_elg(filein, latstr = "[0-9]{4}\\.[0-9]{4}[NS]{1}",
  lonstr = "[0-9]{5}\\.[0-9]{4}[EW]{1}", fileout = NULL)

Arguments

filein

.elg filepath to be read in

latstr

regexp string to use to search for

fileout

a specified output filepath. If not specified, "_clean" is appended to name of input file and saved in the same directory.

Examples

1

benharden27/sea documentation built on May 14, 2019, 4:18 p.m.