AFMinfo.item: Specific information about AFM image

View source: R/AFMinfo.R

AFMinfo.itemR Documentation

Specific information about AFM image

Description

Retrieve a specific information piece from the AFM image, such as "ScanRate", "Description", etc. The item names depend on the instrument; to find possible item names, leave itemName empty.

Usage

AFMinfo.item(obj, itemName = "")

Arguments

obj

AFMinfo object

itemName

name to retrieve (ScanRate, ScanAngle, ...)

Value

if itemName is empty, returns list of names, otherwise the value for the specific data item

Author(s)

Thomas Gredig

Examples

filename = AFM.getSampleImages(type='veeco')
h = AFMinfo(filename)
allNames = AFMinfo.item(h)
AFMinfo.item(h,"Description")
AFMinfo.item(h,"Operating mode")
print(allNames)

thomasgredig/nanoscopeAFM documentation built on Jan. 4, 2023, 1:33 p.m.