lisst_reg: Register a new LISST instrument

Description Usage Arguments Details Examples

View source: R/register.R

Description

Register a new LISST instrument by importing calibration data and storing it for convenient processing of LISST data.

Usage

1
lisst_reg(model, path)

Arguments

model

The model of the LISST instrument (e.g., "100" for the LISST-100 and LISST-100X).

path

Path to directory containing instrument instalation files. See details.

Details

For the LISST-100(X) the function expects that files follow the naming convention for LISST installation files. Specifically, it will search for a factory background file (factory_zsc_*.asc), a ring area file (ringarea_*.asc), an instrument data file (InstrumentData.txt) and a LISST-SOP ini file (lisst.ini). All files should be in the same directory provided in the path argument, and it should contain files for a single instrument.

Examples

1
2
3
path  <- system.file("extdata", package = "lisst")
model <- 100
lisst_reg(model, path)

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