Difference between revisions of "SoftwareBugs"
From Hall A Wiki
(Created page with "March 25th, 2019 In asymmet10.f uncomment line and comment out line to set number of ticks for delay for a 30Hz flip rate") |
|||
Line 1: | Line 1: | ||
March 25th, 2019 | March 25th, 2019 | ||
− | In asymmet10.f uncomment line and comment out line | + | |
+ | In asymmet10.f we should uncomment the line ending in 30 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./240. | ||
+ | mtick=(idelcur-1)*120./1000. |
Revision as of 23:35, 25 March 2019
March 25th, 2019
In asymmet10.f we should uncomment the line ending in 30 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./240.
mtick=(idelcur-1)*120./1000.