• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT
    Make New Entry, Make Followup Entry

    User name jroche

    Log entry time 15:11:25 on October 24, 2010

    Entry number 336503

    Followups:

    keyword=Modified epics run start and end run to make them faster

    I modified the run start and end run to make them faster. The scripts went from taking ~5 min 
    to run to 30 s.  Before, the HV for the 208 calorimeter blocks were probed one by one, now all 
    the blocks HV are probed at once. The trade-off  is a less straight forward  format to read but 
    not that bad. 
    
    Before the script produced something like:
    === DVCS Calorimeter ===
    Measured HV voltages
    Measured HV on block 0 (c,r: 0, 0): -536
    Measured HV on block 1 (c,r: 0, 1): -525
    Measured HV on block 2 (c,r: 0, 2): -552
    Measured HV on block 3 (c,r: 0, 3): -547
    Measured HV on block 4 (c,r: 0, 4): -574
    Measured HV on block 5 (c,r: 0, 5): -569
    Measured HV on block 6 (c,r: 0, 6): -570
    Measured HV on block 7 (c,r: 0, 7): -547
    Measured HV on block 8 (c,r: 0, 8): -534
    Measured HV on block 9 (c,r: 0, 9): -505
    
    Now the script returns something like:
    === DVCS Calorimeter ===
    Measured HV voltages
      0 :   -536   -662   -480   -555   -532   -527   -580   -484   -504   -539   -488   -490   -500 
      1 :   -525   -499   -548   -479   -528   -477   -467   -495   -455   -491   -487   -477   -468 
      2 :   -552   -544   -521   -492   -497   -488   -510   -474   -479   -509   -497   -493   -522 
    
    Entries 336497, 336498, 336499, 336502 are my tests of the old and new scripts.