merge.tz: Merge temperature and depth records from individual tags

Description Usage Arguments Value Author(s) See Also

Description

Build a single data frame of all temperature and depth records for a group of tags. Also determines sunrise and sunset on a macro scale.

Currently, this is supported only for MTI fish reports. Archival tag information should already contain merged temperature and depth information. For example, in a recovered MTI tag list (built from MWTextract.arch),the field tag$LTD contains a comparable list. The estimated track is used to determine day/night for observations.

Usage

1
2
merge.tz(btrack, psat, tagID = NULL)
merge.tz.wctb(btrack, tagdata, tagID = NULL)

Arguments

btrack

Estimated fit from ukfsst or trackit converted to class btrack (see prepb). This may be a list of several tags, named with tagID.

psat

List of psat tag data. Each item follows the data structure built using MWTextract. This may be a list of several tags, named with tagID.

psat

List of psat tag data extracted from Tagbase tb2psat.

tagID

If using a single psat record (not a list), you need to specify a tagID.

Value

A dataframe of temperature, depth and day night designation.

Author(s)

Benjamin Galuardi

See Also

merge.hv, MWTextract


galuardi/analyzepsat documentation built on May 17, 2019, 3:25 p.m.