lgetvsf: Retrieve VSF from LISST data

Description Usage Arguments Details References See Also Examples

View source: R/manipulate.R

Description

The function retrieves the particle Volume Scattering Function (1/m/sr) for LISST data.

Usage

1

Arguments

x

A lisst object of type 'raw', 'cor', 'cal' or 'vsf'.

Details

Types 'raw' and 'cor' are converted to 'cal' first. The function then normalizes the power (mW) measured by the ring detectors by their solid angle (sr), the path of water generating the signal (m), and the power entering the path (mW). Since when generating 'cor' the measured signal is already de-attenuated from pure water extinction, no additional correction is necessary.

References

Agrawal, Yogesh C. 2005. The optical volume scattering function: Temporal and vertical variability in the water column off the New Jersey coast. Limnology and Oceanography 50, 6, 1787-1794. DOI: 10.4319/lo.2005.50.6.1787

See Also

lget lgetraw, lgetcor, lgetcal, lgetvol, lgetpnc, lgetcsa

Examples

1
2
l_vsf <- lget(lgetraw(donkmeer_bin), 'vsf')
all.equal(l_vsf, donkmeer_bin)

AlexCast/lisst documentation built on July 17, 2021, 12:58 a.m.