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

FT_add_line_to_block.m

Blame
    • adf's avatar
      ef25ce70
      · ef25ce70
      adf authored
      adding current code of SimTools.
      
      ef25ce70
      History
      adf authored
      adding current code of SimTools.
      
    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()