Skip to content
Snippets Groups Projects
Commit f2002d27 authored by Brad Sawatzky's avatar Brad Sawatzky Committed by hallc-online
Browse files

Add true prescale factors to report file output

- Requires hcana commit af83fe852ef592053dd38ac5f9ced5c3cf571710
  (Tue Dec 12 22:24:52 2017)
parent 3cf78749
No related branches found
No related tags found
No related merge requests found
...@@ -43,12 +43,12 @@ Ps4_value = {ghconfig_ti_ps[3]} ...@@ -43,12 +43,12 @@ Ps4_value = {ghconfig_ti_ps[3]}
Ps5_value = {ghconfig_ti_ps[4]} Ps5_value = {ghconfig_ti_ps[4]}
Ps6_value = {ghconfig_ti_ps[5]} Ps6_value = {ghconfig_ti_ps[5]}
Ps1_factor = {floor(2**(ghconfig_ti_ps[0] - 1) + 1):%d} Ps1_factor = {ghconfig_ti_ps_factors[0]}
Ps2_factor = {floor(2**(ghconfig_ti_ps[1] - 1) + 1):%d} Ps2_factor = {ghconfig_ti_ps_factors[1]}
Ps3_factor = {floor(2**(ghconfig_ti_ps[2] - 1) + 1):%d} Ps3_factor = {ghconfig_ti_ps_factors[2]}
Ps4_factor = {floor(2**(ghconfig_ti_ps[3] - 1) + 1):%d} Ps4_factor = {ghconfig_ti_ps_factors[3]}
Ps5_factor = {floor(2**(ghconfig_ti_ps[4] - 1) + 1):%d} Ps5_factor = {ghconfig_ti_ps_factors[4]}
Ps6_factor = {floor(2**(ghconfig_ti_ps[5] - 1) + 1):%d} Ps6_factor = {ghconfig_ti_ps_factors[5]}
*************** ***************
* 3/4 Triggers * 3/4 Triggers
......
...@@ -35,12 +35,12 @@ Ps4_value = {ghconfig_ti_ps[3]} ...@@ -35,12 +35,12 @@ Ps4_value = {ghconfig_ti_ps[3]}
Ps5_value = {ghconfig_ti_ps[4]} Ps5_value = {ghconfig_ti_ps[4]}
Ps6_value = {ghconfig_ti_ps[5]} Ps6_value = {ghconfig_ti_ps[5]}
Ps1_factor = {floor(2**(ghconfig_ti_ps[0] - 1) + 1):%d} Ps1_factor = {ghconfig_ti_ps_factors[0]}
Ps2_factor = {floor(2**(ghconfig_ti_ps[1] - 1) + 1):%d} Ps2_factor = {ghconfig_ti_ps_factors[1]}
Ps3_factor = {floor(2**(ghconfig_ti_ps[2] - 1) + 1):%d} Ps3_factor = {ghconfig_ti_ps_factors[2]}
Ps4_factor = {floor(2**(ghconfig_ti_ps[3] - 1) + 1):%d} Ps4_factor = {ghconfig_ti_ps_factors[3]}
Ps5_factor = {floor(2**(ghconfig_ti_ps[4] - 1) + 1):%d} Ps5_factor = {ghconfig_ti_ps_factors[4]}
Ps6_factor = {floor(2**(ghconfig_ti_ps[5] - 1) + 1):%d} Ps6_factor = {ghconfig_ti_ps_factors[5]}
*********** ***********
* Triggers * Triggers
...@@ -200,4 +200,4 @@ H2X: {H.S2X.scaler} [ {H.S2X.scalerRate/1000.:%.3f} kHz ] AND between + and - si ...@@ -200,4 +200,4 @@ H2X: {H.S2X.scaler} [ {H.S2X.scalerRate/1000.:%.3f} kHz ] AND between + and - si
H2Y: {H.S2Y.scaler} [ {H.S2Y.scalerRate/1000.:%.3f} kHz ] AND between + and - sides of H2Y H2Y: {H.S2Y.scaler} [ {H.S2Y.scalerRate/1000.:%.3f} kHz ] AND between + and - sides of H2Y
H1XH1Y: {H.S1XS1Y.scaler} [{H.S1XS1Y.scalerRate/1000.:%.3f}] AND between H1X and H1Y planes H1XH1Y: {H.S1XS1Y.scaler} [{H.S1XS1Y.scalerRate/1000.:%.3f}] AND between H1X and H1Y planes
H2XH2Y: {H.S2XS2Y.scaler} [{H.S2XS2Y.scalerRate/1000.:%.3f}] OR between H2X and H2Y planes (just for kpp, will be AND) H2XH2Y: {H.S2XS2Y.scaler} [{H.S2XS2Y.scalerRate/1000.:%.3f}] OR between H2X and H2Y planes (just for kpp, will be AND)
\ No newline at end of file
...@@ -32,12 +32,12 @@ Ps4_value = {gpconfig_ti_ps[3]} ...@@ -32,12 +32,12 @@ Ps4_value = {gpconfig_ti_ps[3]}
Ps5_value = {gpconfig_ti_ps[4]} Ps5_value = {gpconfig_ti_ps[4]}
Ps6_value = {gpconfig_ti_ps[5]} Ps6_value = {gpconfig_ti_ps[5]}
Ps1_factor = {floor(2**(gpconfig_ti_ps[0] - 1) + 1):%d} Ps1_factor = {ghconfig_ti_ps_factors[0]}
Ps2_factor = {floor(2**(gpconfig_ti_ps[1] - 1) + 1):%d} Ps2_factor = {ghconfig_ti_ps_factors[1]}
Ps3_factor = {floor(2**(gpconfig_ti_ps[2] - 1) + 1):%d} Ps3_factor = {ghconfig_ti_ps_factors[2]}
Ps4_factor = {floor(2**(gpconfig_ti_ps[3] - 1) + 1):%d} Ps4_factor = {ghconfig_ti_ps_factors[3]}
Ps5_factor = {floor(2**(gpconfig_ti_ps[4] - 1) + 1):%d} Ps5_factor = {ghconfig_ti_ps_factors[4]}
Ps6_factor = {floor(2**(gpconfig_ti_ps[5] - 1) + 1):%d} Ps6_factor = {ghconfig_ti_ps_factors[5]}
*************** ***************
* 3/4 Triggers * 3/4 Triggers
......
...@@ -36,12 +36,12 @@ Ps4_value = {gpconfig_ti_ps[3]} ...@@ -36,12 +36,12 @@ Ps4_value = {gpconfig_ti_ps[3]}
Ps5_value = {gpconfig_ti_ps[4]} Ps5_value = {gpconfig_ti_ps[4]}
Ps6_value = {gpconfig_ti_ps[5]} Ps6_value = {gpconfig_ti_ps[5]}
Ps1_factor = {floor(2**(gpconfig_ti_ps[0] - 1) + 1):%d} Ps1_factor = {ghconfig_ti_ps_factors[0]}
Ps2_factor = {floor(2**(gpconfig_ti_ps[1] - 1) + 1):%d} Ps2_factor = {ghconfig_ti_ps_factors[1]}
Ps3_factor = {floor(2**(gpconfig_ti_ps[2] - 1) + 1):%d} Ps3_factor = {ghconfig_ti_ps_factors[2]}
Ps4_factor = {floor(2**(gpconfig_ti_ps[3] - 1) + 1):%d} Ps4_factor = {ghconfig_ti_ps_factors[3]}
Ps5_factor = {floor(2**(gpconfig_ti_ps[4] - 1) + 1):%d} Ps5_factor = {ghconfig_ti_ps_factors[4]}
Ps6_factor = {floor(2**(gpconfig_ti_ps[5] - 1) + 1):%d} Ps6_factor = {ghconfig_ti_ps_factors[5]}
*********** ***********
* 3/4 Triggers * 3/4 Triggers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment