ATE.info {angstromATE} | R Documentation |
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.
ATE.info(filename, verbose = FALSE)
filename |
full path of ATE Log file |
verbose |
set to TRUE to get additional information |
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
Thomas Gredig
[ATE.import()]
fileName = ATE.sampleFiles("csv")[1]
d = ATE.info(fileName,TRUE)
head(d)