clean.cops.file: This function cleans the COPS casts, includings those...

clean.cops.fileR Documentation

This function cleans the COPS casts, includings those obtained in shallow waters

Description

The function prompts the user to click on the begining and the end of the cast. In shallow waters, the user should click at the depth where the cops it the bottom. The measurements taken between that depth and the depth specified by distance.above.bottom will be remove.

Usage

clean.cops.file(
  in.file = "",
  out.file = "cleaned.cops.csv",
  distance.above.bottom = 0.15
)

Arguments

in.file

is the file name of the raw COPS cast to process

out.file

is the file name of the cleaned COPS file. If NA, the input file will be overwrite. The default is "cleaned.cops.csv"

distance.above.bottom

is the distance above the bottom at which the user want to cut the data. This is for shallow water casts for which the last COPS measurement are affected by the instrument shadow. If NA, we assume the profile in deep open water and all data are kept. The default is 0.15, so the last 15 cm of the profile is removed.

Author(s)

Simon Belanger


belasi01/Cops documentation built on Feb. 26, 2024, 6:52 a.m.