cts5_readcsv: read USEA .csv data file

View source: R/CTS5_USEA.R

cts5_readcsvR Documentation

read USEA .csv data file

Description

read NKE .csv ASCII files obtained from cts5_decode.

Usage

cts5_readcsv(
  floatname = "ffff",
  CycleNumber,
  PatternNumber = 1,
  sensor = "sbe41",
  dec = ".",
  sep = ",",
  filename = ""
)

Arguments

floatname

hexa name of the float

CycleNumber

numeric : number of the cycle to decode

PatternNumber

numeric : number of the Pattern to decode

sensor

name of the sensor to read from the list CTS5_supported_sensors

dec

decimal character in ASCII for scan function

sep

character which delimits fields for scan function

filename

filename for manual mode

Details

this function add an identification for the sensorType from cts5_SensorTypeId and acquisition phase.

Phase [DESCENT]->"DES" [PARK]->"PAR" [DEEP_PROFILE]->"DEE" [SHORT_PARK]->"SHP" [ASCENT]->"ASC" [SURFACE]->"SUR"

Value

data.frame containing the data


EdLeymarie/USEA_R documentation built on July 16, 2025, 1 p.m.