ATE.info {angstromATE}R Documentation

Basic Information from Thermal Evaporator Deposition

Description

Imports data from the CSV log file of an Angstrom Engineering Thermal Evaporator. It extracts information during the deposition; i.e. while the shutter is open. It returns a condensed version of the deposition parameters.

Usage

ATE.info(filename, verbose = FALSE)

Arguments

filename

full path of ATE Log file

verbose

set to TRUE to get additional information

Value

list with information during the deposition that includes the thickness, the deposition time in seconds, the starting date, the substrate heater temperature, the material deposition temperature, tooling factor, base pressure, the pressure at start of the deposition, maximum pressure, and the material name

Author(s)

Thomas Gredig

See Also

[ATE.import()]

Examples

fileName = ATE.sampleFiles("csv")[1]
d = ATE.info(fileName,TRUE)
head(d)


[Package angstromATE version 0.1.2 Index]