scintec1.header | R Documentation |
get timeseries of non-profile variables from a a Scintec atmospheric profiler data format "Format-1" (extension ".mnd")
scintec1.header(file)
file |
name (and path if necessary) of the file to read |
named list; each entry corresponds to one header field:
starttime |
starting time of the measurement as POSIXct object |
filecount |
running number of files produced during the current measurement |
instrument |
model type of the device |
commentlines |
lines of text containing the coment list |
variables |
lines of text containing the list of the variables in encoded form |
heightlevels |
number of height of levels where data are produced |
Clemens Druee
Scintec APRun software manual
hdr <- read.scintec1(system.file("extdata", "example.mnd", package="readmet"))
hdr$instrument
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.