AFMinfo.item | R Documentation |
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.
AFMinfo.item(obj, itemName = "")
obj |
AFMinfo object |
itemName |
name to retrieve (ScanRate, ScanAngle, ...) |
if itemName
is empty, returns list of names, otherwise the value for the specific data item
Thomas Gredig
filename = AFM.getSampleImages(type='veeco') h = AFMinfo(filename) allNames = AFMinfo.item(h) AFMinfo.item(h,"Description") AFMinfo.item(h,"Operating mode") print(allNames)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.