read.sealogT: Read sealog-T file

View source: R/miscInstruments.R

read.sealogTR Documentation

Read sealog-T file

Description

This function reads in a sealog-T file.

Usage

read.sealogT(file, skipStart = NA, skipEnd = NA, pressure)

Arguments

file

a connection or character string of the file to read.

skipStart

an optional numeric value indicating number of hours to skip at the beginning of the file, default is NA, meaning keep all the data points.

skipEnd

an optional numeric value indicating number of hours to skip at the beginning of the file, default is NA, meaning keep all the data points.

pressure

a numerical value of the pressure that the instrument was moored

Details

Reads a sealog-T file, calculates the date based on the start, end, and sample period specified in the header lines. Saves no information. It assumes that only temperature is present. This code might be fragile, so use with caution.

Value

a ctd object with deploymentType = "moored".

Author(s)

Chantelle Layton


clayton33/csasMarPhys documentation built on June 8, 2025, 3:10 a.m.