ReadDFloXHR: ReadDFloXHR

Description Usage Arguments Value Author(s) Examples

View source: R/IOFunctions.R

Description

Read Data from csv files saved by D-FloX

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
ReadDFloXHR(filename, sep = ";", na.strings = "#N/D", header = FALSE, 


    Ename = "HR_WR", dcEname = "HR_DC_WR", Lname = "HR_VEG", 


    dcLname = "HR_DC_VEG", ITEpos = 6, ITLpos = 8, datepos = 2, 


    timepos = 3, cyclenrpos = 1, temp1pos = 12, temp2pos = 14, 


    temp3pos = 16, insideH = 16, outsideH = 18)

Arguments

filename

character value or vector: names of the file(s) to be opened

sep

the field separator character

na.strings
header

logical value indicating whether the file contains the names of the variables as its first line

Ename

character value: string of the name in the ASCII file of the solar radiance vector, if any

dcEname

character value: string of the name in the ASCII file of the dark current vector acquired with same integration time of solar irradiance, if any

Lname

character value: string of the name in the ASCII file of the reflected radiance vector, if any

dcLname

character value: string of the name in the ASCII file of the dark current vector acquired with same integration time of reflected radiance vector, if any

ITEpos

numeric value: value of the position (number of column) in the ASCII file of integration time of the incoming radiance

ITLpos

numeric value: value of the position (number of column) in the ASCII file of integration time of the reflected radiance

datepos

numeric value: value of the position (number of column) in the ASCII file of integration time of the date

timepos

numeric value: value of the position (number of column) in the ASCII file of integration time of the time

cyclenrpos

numeric value: value of the position (number of column) in the ASCII file of integration time of the cycle number

temp1pos

numeric value: value of the position (number of column) in the ASCII file of integration time of the first temperature sensor

temp2pos

numeric value: value of the position (number of column) in the ASCII file of integration time of the second temperature sensor

temp3pos

numeric value: value of the position (number of column) in the ASCII file of integration time of the third temperature sensor

insideH

numeric value: value of the position (number of column) in the ASCII file of integration time of the first humidity sensor

outsideH

numeric value: value of the position (number of column) in the ASCII file of integration time of the second humidity sensor

Value

list containing the FloX data from HR spectrometer and ancillary data collected by the system

Author(s)

Tommaso Julitta, Mirco Migliavacca, Thomas Wutzler

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
  





#Define path and filename


filename<-"..."


#load data


dat<-ReadDFloXHR(filename = filename)


  

tommasojulitta/FieldSpectroscopyDP documentation built on March 12, 2020, 1:42 p.m.