Skip to content
Snippets Groups Projects
Select Git revision
  • 0fe7c2784f0e80a81ca2f3ec247b8ce936728bed
  • master default
  • mingw_gcc44
  • release_ABP1_012
  • release_ABP1_008
  • release_ABP1_006
  • release_ABP1_007
  • release_ABP1_005
  • release_ABP1_004
  • release_ABP1_003
  • pre_release_0.15
  • release_ABP1_001
  • release_ABP1_002
  • pre_release_0.13
  • pre_release_0.14
  • pre_release_0.11
  • pre_release_0.12
  • pre_release_0.10
  • pre_release_0.09
  • pre_release_0.08
20 results

StarsphereS5R3.cpp

Blame
  • Forked from einsteinathome / graphicsframework
    Source project has a limited visibility.
    • Oliver Bock's avatar
      c52dc124
      Fixing windoze window issue (move/resize) · c52dc124
      Oliver Bock authored
      * Windoze "resets" the OpenGL context when SetVideoMode is called - ergo, we need to reinitialize the context
      * Added a switch (recycle) to initialize() to distinguish between one-off and recurring actions
      c52dc124
      History
      Fixing windoze window issue (move/resize)
      Oliver Bock authored
      * Windoze "resets" the OpenGL context when SetVideoMode is called - ergo, we need to reinitialize the context
      * Added a switch (recycle) to initialize() to distinguish between one-off and recurring actions
    test_LLO.py 348 B
    from pykat import finesse
    from pykat.commands import xaxis
    import pylab as pl
    import numpy as np
    from pykat_LLO import LLO
    
    kat = finesse.kat()
    
    kat.parseCommands(LLO.Laser)
    kat.parseCommands(LLO.PR)
    kat.parseCommands(LLO.BS)
    kat.parseCommands(LLO.X_ARM)
    
    kat.HRBS.r_ap = 37e-2
    
    kat.parseCommands("pd pdIN nin")
    kat.noxaxis = True
    
    out = kat.run()