Ignore:
Timestamp:
01/09/13 17:18:57 (12 years ago)
Author:
neise
Message:
moved the schedule out of Main.js so it is easier for the shifter to edit it
File:
1 edited

Legend:

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

    r14767 r14769  
    449449// ----------------------------------------------------------------
    450450
    451 var observations = [
    452     { date:"2013-01-09 21:05 UTC", task:'startup' },
    453     { date:"2013-01-09 21:20 UTC", task:'ratescan', source:'Dark Patch 3' },
    454     { date:"2013-01-09 21:21 UTC", source:'Crab'},
    455     { date:"2013-01-10 04:44 UTC", task:'ratescan', source:'Dark Patch 3'},
    456     { date:"2013-01-10 04:45 UTC", task:'data', source:'Mrk 421'},
    457     { date:"2013-01-10 04:44 UTC", task:'ratescan', ra:3.1415, dec:3.1415},
    458     { date:"2013-01-10 04:44 UTC", task:'shutdown'} ];
    459    
     451// this file just contains the definition of
     452// the variable observations, which builds our nightly schedule, hence the filename
     453include('scripts/schedule.js'); 
    460454   
    461455// make Observation objects from user input and check if 'date' is increasing.
     
    622616        else
    623617            dim.send("DRIVE_CONTROL/TRACK", obs.ra, obs.dec);
    624            
     618       
     619        //OpenLid();   
    625620        dim.wait("DRIVE_CONTROL", "OnTrack", 300000);
    626621
Note: See TracChangeset for help on using the changeset viewer.