pupil.rhotheta | R Documentation |
Calculate matrixes of polar coordinates for pupil
's.
pupil.rhotheta(nrow, ncol, cp)
nrow |
Number of rows in interferogram images |
ncol |
Number of columns in interferogram images |
cp |
A list describing the pupil boundary, as returned by |
A list with the following components:
rho |
A matrix of radial coordinates |
theta |
A matrix of angular coordinates |
My Zernike polynomial routines work in polar coordinates,
which this function provides. Also, NA
's are used
to fill the matrix outside the pupil boundary, making the
returned values convenient for selecting pixels inside
interferograms.
M.L. Peck mpeck1@ix.netcom.com
Zernike
,
pupil
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.