Changeset 14769
- Timestamp:
- 01/09/13 17:18:57 (12 years ago)
- Location:
- trunk/FACT++/scripts
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r14767 r14769 449 449 // ---------------------------------------------------------------- 450 450 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 453 include('scripts/schedule.js'); 460 454 461 455 // make Observation objects from user input and check if 'date' is increasing. … … 622 616 else 623 617 dim.send("DRIVE_CONTROL/TRACK", obs.ra, obs.dec); 624 618 619 //OpenLid(); 625 620 dim.wait("DRIVE_CONTROL", "OnTrack", 300000); 626 621
Note:
See TracChangeset
for help on using the changeset viewer.