Difference between revisions of "SoftwareBugs"

From Hall A Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
March 25th, 2019   
 
March 25th, 2019   
  
In asymmet10.f we should uncomment the first line 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
+
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./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.