Select Git revision
Forked from
Gregory Ashton / PyFstat
Source project has a limited visibility.
-
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
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()