Changes between Version 2 and Version 3 of ScheduleTemplate
- Timestamp:
- 11/14/13 02:28:40 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ScheduleTemplate
v2 v3 6 6 var observations = 7 7 [ 8 { date:"2013-03-13 19:44 UTC", observations:8 { date:"2013-03-13 19:44 UTC", measurements: 9 9 [ 10 10 { task:'startup' } … … 12 12 }, 13 13 14 { date:"2013-03-13 19:50 UTC", observations:14 { date:"2013-03-13 19:50 UTC", measurements: 15 15 [ 16 16 { task:'data', source:'Crab' } … … 18 18 }, 19 19 20 { date:"2013-03-13 23:58 UTC", observations:20 { date:"2013-03-13 23:58 UTC", measurements: 21 21 [ 22 22 { task:'ratescan', ra:9.438888, dec:29.0 }, … … 25 25 }, 26 26 27 { date:"2013-03-14 00:45 UTC", observations:27 { date:"2013-03-14 00:45 UTC", measurements: 28 28 [ 29 29 { task:'ratescan', ra:11.26888888, dec:28.4477777 }, 30 { source:'Mrk 421'}31 30 ] 32 31 }, 33 32 34 { date:"2013-03-14 03:30 UTC", observations:33 { date:"2013-03-14 03:30 UTC", measurements: 35 34 [ 36 { source:'Mrk 501'} 35 { task:'singlepe'}, 36 { task:'data', source:'Mrk 501' } 37 37 ] 38 38 }, 39 39 40 { date:"2013-03-14 06:30 UTC", observations:40 { date:"2013-03-14 06:30 UTC", measurements: 41 41 [ 42 42 { task:'shutdown'} … … 46 46 ]; 47 47 }}} 48 49 - '//' are used for comments 50 - the date of a observation block can be either specified directly or with now: 51 - { date:"2013-03-14 03:30 UTC", measurements: 52 - { date:"now", measurements: 53 - if you need a task, where nothing is done (for example if you are waiting for better weather or decreasing currents you can use the task idle: 54 - { task:'idle'},