wiki:ScheduleTemplate

Version 2 (modified by ftemme, 11 years ago) ( diff )

--

Back to DataTakingMainPage

Template for schedule.js

var observations =
[
 { date:"2013-03-13 19:44 UTC", observations:
     [
      { task:'startup' }
     ]
 },

 { date:"2013-03-13 19:50 UTC", observations:
     [
      { task:'data', source:'Crab' }
     ]
 },

 { date:"2013-03-13 23:58 UTC", observations:
     [
      { task:'ratescan', ra:9.438888, dec:29.0 },
      { task:'data',     source:'Crab'        }
     ]
 },

 { date:"2013-03-14 00:45 UTC", observations:
     [
      { task:'ratescan', ra:11.26888888, dec:28.4477777 },
      { source:'Mrk 421'}
     ]
 },

 { date:"2013-03-14 03:30 UTC", observations:
     [
      { source:'Mrk 501'}
     ]
 },

 { date:"2013-03-14 06:30 UTC", observations:
     [
      { task:'shutdown'}
     ]
 },

];
Note: See TracWiki for help on using the wiki.