batch.awk.tRackIT: create batch file to prefilter tagged individuals using awk,...

View source: R/Z_batch_awk_tRackIT.R

batch.awk.tRackITR Documentation

create batch file to prefilter tagged individuals using awk, Installation following the instruction (http://gnuwin32.sourceforge.net/packages/gawk.htm) necessary. Execution of multiple.bat files possible

Description

Creates .bat files for prefiltering with awk (only for data recorded with tRackIT.OS)

Usage

batch.awk.tRackIT(
  animal,
  projList,
  freq_er_l,
  freq_er_r,
  min_dur,
  max_dur,
  in_project,
  path_to_folder,
  OS
)

Arguments

animal

list, generated by initAnimal function

projList

list, generatet by initProject function

freq_er_l

num, accepted frequency range minus tag frequency (khz)

freq_er_r

num, accepted frequency range plus tag frequency (khz)

min_dur

num, minimum duration of signal

max_dur

num, maximum duration of signal

in_project

logical, if true the awk command is created from the data in the project folder

path_to_folder

string, awk command is created from the data in the indicated folder

OS

string, operating system ("Windows", "MacOS", "Linux")

Author(s)

Jannis Gottwald


Nature40/tRackIT documentation built on Nov. 21, 2023, 3:43 a.m.