Skip to content
Snippets Groups Projects
Select Git revision
  • 157060f78b561500ae09ebf21c4dfd6426cc4acd
  • master default protected
  • 72-improve-docs-for_optimal_setup
  • os-path-join
  • develop-GA
  • add-higher-spindown-components
  • v1.3
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

semi_coherent_glitch_search.py

Blame
  • 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()