apply.ECO.cal: Apply ECOVSF calibration

View source: R/apply.ECO.cal.R

apply.ECO.calR Documentation

Apply ECOVSF calibration

Description

Apply ECOVSF calibration

Usage

apply.ECO.cal(raw, dev.file = NA, dark.file = NA, ECO.type = "VSF3",
  ECO.bands = NA)

Arguments

raw

is a list of raw data from an ECO VSF, BB9 (or BB3 not implemented yet) with measurements

dev.file

is the full path for the device file needed to convert the raw to calibrated data. This field is mandatory

dark.file

is the full path for file containing dark measurements. Must be consistent with the ECO.type VSF3, BB9 (or BB3 not implemented yet)

ECO.type

is a character string for the type of ECO meter: BB9, BB3, VSF3. (Default is VSF3)

ECO.bands

must be provided if ECO.type == VSF3. It is a character string indicating the bands (BLUE, GREEN and RED), i.e. either "B", "G", "R" or "BG", or "BGR".

Value

It returns a list with raw data and calibrated VSF (uncorrected).

Author(s)

Simon Belanger


belasi01/Riops documentation built on Sept. 5, 2022, 6:38 p.m.