DrawLens:

Path: Imaging/Optics

% Draws lenses from a standard lens table.

   Type DrawLens for a demo

--------------------------------------------------------------------------
   Form:
   DrawLens( l, f, n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   l         (:)     Lens data structure
                     .r     (1,1) Radius of one surface
                     .t     (1,1) Thickness
                     .matl  (1,:) Material name
                     .index (1,1) Index of Refraction
                     .vNo   (1,1) Abbe V-number, the reciprocal of the
                                  relative dispersion of the material
                     .sa    (1,1) Semi aperture
   f          (1,1)  Figure handle
   n          (1,1)  Number of points per curve

   -------
   Outputs
   -------
   None

--------------------------------------------------------------------------

Children:

Common: Graphics/NewFig
Common: Graphics/XLabelS
Common: Graphics/YLabelS
Imaging: Optics/ReadLensData

Back to the Imaging Module page