Package theia :: Package tree :: Module beamtree
[hide private]
[frames] | no frames]

Module beamtree

source code

Defines the BeamTree class for theia.

Classes [hide private]
  BeamTree
BeamTree class.
Functions [hide private]
 
treeOfBeam(srcBeam, optList, order, threshold)
Function to calculate the tree of daughter beams of srcBeam.
source code
Variables [hide private]
  __package__ = 'theia.tree'
Function Details [hide private]

treeOfBeam(srcBeam, optList, order, threshold)

source code 

Function to calculate the tree of daughter beams of srcBeam.

srcBeam: Input beam. [GaussianBeam] optList: List of optical components of the setup. [list of OpticalComponent] order: order of simulation. [integer] threshold: power threshold for daughter beams. [float]

Returns a BeamTree.