Difference between revisions of "SoftwareBugs"

From Hall A Wiki
Jump to: navigation, search
(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")
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
March 25th, 2019   
 
March 25th, 2019   
In asymmet10.f uncomment line and comment out line to set number of ticks for delay for a 30Hz flip rate
+
 
 +
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.

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.