read.par.file: Read Parameter File

View source: R/read.par.file.R

read.par.fileR Documentation

Read Parameter File

Description

__This function is not designed to be called directly, but rather is an internal function to measure.fluxes__

Reads the Parameter file required for the execution of the measure.fluxes procedure. This parameter file can be generated using the ‘create.par.file’ routine, or by calling create.par.file through ‘measure.fluxes’.

Usage

read.par.file(par.file=NA, start.time=NA,
quiet=FALSE, env=NULL)

Arguments

par.file

string; relative path to, and filename of, the parameter file

start.time

numeric; CPU start time of the calling procedure, in seconds. Used for output of elapsed times; if not supplied, current CPU time is used.

quiet

logical; if TRUE, all output is suppressed.

env

environment; the environment to which all parameters will be assigned. if NULL, a new environment is generated.

Value

NULL; all output is to the parameter environment ‘env’

Author(s)

Angus H Wright ICRAR angus.wright@icrar.org

See Also

measure.fluxes, create.par.file


AngusWright/LAMBDAR documentation built on Sept. 19, 2024, 10:26 a.m.