Skip to content
Snippets Groups Projects
Select Git revision
  • 9d81b3eaaec953ba6d7ce54744f0b469af85c04e
  • 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

transient_search_using_MCMC_make_simulated_data.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()