Learn R Programming

angstromATE (version 0.1.3)

ATE.info: 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)

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

Arguments

filename

full path of ATE Log file

verbose

set to TRUE to get additional information

Author

Thomas Gredig

See Also

[ATE.import()]

Examples

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

Run the code above in your browser using DataLab