Skip to content
Snippets Groups Projects
Select Git revision
  • 0624fc7e66ae71427aea08df6d44103a7b0da578
  • master default protected
  • develop-GA
  • timeFstatmap
  • add-higher-spindown-components
  • develop-DK
  • adds-header-to-grid-search
  • v1.2
  • v1.1.2
  • v1.1.0
  • v1.0.1
11 results

pyfstat.py

Blame
  • Forked from Gregory Ashton / PyFstat
    Source project has a limited visibility.
    • Gregory Ashton's avatar
      0624fc7e
      Adds a semi-coherent search class · 0624fc7e
      Gregory Ashton authored
      - Also changes the parameter vector in the normal fully coherent search
        to remove the tstart and tend. This is done by wrappin the
        run_computefstatistic_single_point in a compute_fullycoherent_det_stat
        function
      - Removes theta0 from the saved data dict for the MCMCSearch
      - Adds example usage of the semi-coherent search
      0624fc7e
      History
      Adds a semi-coherent search class
      Gregory Ashton authored
      - Also changes the parameter vector in the normal fully coherent search
        to remove the tstart and tend. This is done by wrappin the
        run_computefstatistic_single_point in a compute_fullycoherent_det_stat
        function
      - Removes theta0 from the saved data dict for the MCMCSearch
      - Adds example usage of the semi-coherent search
    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()