Ignore:
Timestamp:
05/25/19 14:07:16 (5 years ago)
Author:
tbretz
Message:
Taking 20 1min runs makes it more consistent with the first wobble position.
File:
1 edited

Legend:

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

    r19513 r19514  
    16621662        var twilight = Sun.horizon(-16).isUp;
    16631663
    1664         if (twilight || (obs[sub].grb && run<2))
     1664        if (twilight || (obs[sub].grb && run<4))
    16651665        {
    16661666            for (var i=0; i<5 && !irq; i++)
Note: See TracChangeset for help on using the changeset viewer.