constructLogBook: Read and insert data in GISAXS/GIWAXS logBook file

Description Usage Arguments Value Author(s) Examples

Description

Read existing logBook files and insert additional data if neceseary. If file does not exist read all tif files from dataDir and manualy insert aditionay data. Refreshed logBook data.frame will be saved to file logFile. Function can automaticaly read exposure times from tif files. Data.frame logDf is dynamicaly added to global environment

Usage

1
constructLogBook(dataDir, logFile = file.choose())

Arguments

dataDir

folder with tif files

logFile

name of logBook file

Value

logBook data.frame(name, time, angle, sample)

Author(s)

Krunoslav Juraic

Examples

1
## Not run: constructLogBook(dataDir = data_path_raw, logFile = logFile)

kjuraic/rsaxs documentation built on May 20, 2019, 10:26 a.m.