Difference between revisions of "SoftwareBugs"
From Hall A Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
March 25th, 2019 | March 25th, 2019 | ||
− | In asymmet10.f we should uncomment the first line | + | In asymmet10.f we should uncomment the first line (Line#114) and comment out the third line shown here. (mtick is the number of ticks of the 120 hz clock that the helicity signal is delayed.) This should eliminate the NASYM(14) errors that we see now. -Bill |
− | C mtick=(idelcur-1)*120./30. //uncomment me | + | C mtick=(idelcur-1)*120./30. //uncomment me for 30hz flip rate |
C mtick=(idelcur-1)*120./240. | C mtick=(idelcur-1)*120./240. | ||
mtick=(idelcur-1)*120./1000. | mtick=(idelcur-1)*120./1000. |
Latest revision as of 01:28, 26 March 2019
March 25th, 2019
In asymmet10.f we should uncomment the first line (Line#114) and comment out the third line shown here. (mtick is the number of ticks of the 120 hz clock that the helicity signal is delayed.) This should eliminate the NASYM(14) errors that we see now. -Bill
C mtick=(idelcur-1)*120./30. //uncomment me for 30hz flip rate C mtick=(idelcur-1)*120./240. mtick=(idelcur-1)*120./1000.