Skip to content
Snippets Groups Projects
Select Git revision
  • a70516b327fbc2af34d3828c31dc9fb9e926093a
  • master default
2 results

test_fsig.py

Blame
  • Forked from finesse / pykat
    Source project has a limited visibility.
    test_hg_beam.py 190 B
    import pykat
    from pykat.utilities.optics.gaussian_beams import *
    
    gx = beam_param(w0=2e-3, z=0)
    gy = beam_param(w0=1e-3, z=0)
    
    beam = HG_beam(gx,gy,0,0)
    beam.n = 5
    beam.m = 6
    
    beam.plot()