finesse.components.lens.BaseLens

Overview

class finesse.components.lens.BaseLens(name, *args, **kwargs)[source]

Bases: Connector, ABC

Represents a thin lens optical component with an associated focal length.

Parameters
namestr

Name of newly created lens.

ffloat, optional

Focal length of the lens in metres; defaults to infinity.

Notes

The specified focal length f is only accurate when the lens is attached to spaces with index of refraction close to 1. This component exists so that one can use the intuitive focal length parameter instead of having to set radii of curvature as with e.g. Mirror.

Attributes
OPD_mapfinesse.knm.Map

A map that is used to describe the transverse spatial amplitude and phase variations beyond a simple lensing. Typically the map applied is describing the dnr/dT temperature effects in some substrate.

Methods

BaseLens.__init__(name)

BaseLens.ABCD(from_node, to_node[, ...])

Returns the ABCD matrix of the lens for the specified coupling.

BaseLens.optical_equations()