Skip to content
Snippets Groups Projects
Commit 635e3ef6 authored by Daniel Brown's avatar Daniel Brown
Browse files

rearrange ordering as it was parsing put before xaxis

parent ab8912ef
No related branches found
No related tags found
No related merge requests found
...@@ -13,9 +13,11 @@ kat.loadKatFile("LHO_IFO_maxtem2.kat") # load the conf ...@@ -13,9 +13,11 @@ kat.loadKatFile("LHO_IFO_maxtem2.kat") # load the conf
kat.parseKatCode( "fsig sig1 ETMXHR 10 180") kat.parseKatCode( "fsig sig1 ETMXHR 10 180")
kat.parseKatCode( "fsig sig1 ETMYHR 10 0") kat.parseKatCode( "fsig sig1 ETMYHR 10 0")
kat.parseKatCode( "pd1 myomc 10 nOMC_HROC_trans") kat.parseKatCode( "pd1 myomc 10 nOMC_HROC_trans")
kat.parseKatCode( "put myomc f1 $x1") # to follow
kat.parseKatCode( "xaxis sig1 f log 10 1k 10") kat.parseKatCode( "xaxis sig1 f log 10 1k 10")
kat.parseKatCode( "put myomc f1 $x1") # to follow
kat.parseKatCode( "yaxis abs:deg") kat.parseKatCode( "yaxis abs:deg")
kat.verbose = True kat.verbose = True
out = kat.run() # do the computation out = kat.run() # do the computation
result.append(out['myomc']) # append the result result.append(out['myomc']) # append the result
print("PASSED")
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment