loadIBW: Load Igor Binary Wave Files

Description Usage Arguments Value

Description

Load AFM force curves from .ibw files and extract calibration values.

Usage

1
loadIBW(wave,asDataFrame=FALSE)

Arguments

wave

The file to load

asDataFrame

If TRUE, return all data as a data.frame, rather than as a list

Value

If asDataFrame==FALSE this function returns a named list with the following components. Otherwise it returns a dataframe with the following columns.

t

Vector containing the time at each datapoint

zSensr

Vector containing the Z position at each datapoint

rawZSensr

Vector containing the raw Z position at each datapoint

defl

Vector containing the deflection of cantilever at each datapoint

force

Vector containing the force exerted by the cantilever at each datapoint

filename

The name of the file the data was loaded from

inVols

The inverse optical lever sensitivity recorded in the .ibw file

k

The cantilever stiffness indicated in the .ibw file

dwell

How long of a dwell was performed while capturing this force curve


nstone8/Rasylum documentation built on May 9, 2019, 8:18 a.m.