Ignore:
Timestamp:
08/19/13 12:57:14 (11 years ago)
Author:
tbretz
Message:
Take 10,000 events of type single-pe as single-pe run.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/Main.js

    r16864 r17014  
    841841        // Before we can switch to 3000 we have to make the right DRS calibration
    842842        dim.log("Taking single p.e. run.");
    843         while (!irq && !takeRun("pedestal", 5000));
     843        while (!irq && !takeRun("single-pe", 10000));
    844844
    845845        // It is unclear what comes next, so we better switch off the voltage
     
    887887        // Before we can switch to 3000 we have to make the right DRS calibration
    888888        dim.log("Taking single p.e. run.");
    889         while (!irq && !takeRun("pedestal", 5000));
     889        while (!irq && !takeRun("single-pe", 10000));
    890890
    891891        // It is unclear what comes next, so we better switch off the voltage
Note: See TracChangeset for help on using the changeset viewer.