getPaddedAFMImage: Get a zero padded AFMImage

Description Usage Arguments Value Author(s) Examples

View source: R/AFMPSDAnalyser.R

Description

Get a zero padded AFMImage useful in Power Spectral Density analysis. The original AFMImage is padded with zero in order to get a larger square AFMImage which size is a power of 2.

Usage

1

Arguments

AFMImage

an AFMImage from Atomic Force Microscopy

Value

a zero-padded AFMImage with a fullfilename equals to the original fullfilename pasted with padded-to-"ScanSize".txt

Author(s)

M.Beauvais

Examples

1
2
3
4
5
6
7
8
## Not run: 
library(AFM)

data(AFMImageOfNormallyDistributedHeights)
paddedAFMImage<-getPaddedAFMImage(AFMImageOfNormallyDistributedHeights)
displayIn3D(AFMImage= paddedAFMImage, width= 1024,noLight=TRUE)

## End(Not run)

AFM documentation built on Oct. 23, 2020, 5:23 p.m.

Related to getPaddedAFMImage in AFM...