plotn: Wavefront comparison plots

View source: R/zernike_misc.r

plotnR Documentation

Wavefront comparison plots

Description

Plot an arbitrary number of wavefronts and all differences.

Usage

plotn(..., labels = NULL, addContours=FALSE, wftype = "net",
	col = rygcb(400), qt = c(0.01, 0.99))

Arguments

...

List of wavefront estimates as returned by wf_net.

labels

Labels to identify the wavefronts.

addContours

Boolean to add contours to top row plots

wftype

If the inputs are from wf_net, one of "net", "smooth", "residual".

col

Color palette for top row of plot

qt

Quantiles of differences to plot in comparisons.

Details

... can be any number of objects containing wavefront estimates as returned for example by wf_net.

Wavefronts are displayed on the top row, and differences of all pairs on subsequent rows. Grayscale is used to render the difference plots, and the color palette given in col is used for the wavefronts.

Value

none

Author(s)

M.L. Peck mpeck1@ix.netcom.com

See Also

plot.pupil wf_net


mlpeck/zernike documentation built on April 19, 2024, 3:16 p.m.