- Timestamp:
- 03/09/13 16:40:38 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/scripts/Main.js
r14998 r15005 753 753 if (point) 754 754 { 755 var wobble = parseInt(run/4)%2; 755 // Change wobble position every four runs, 756 // start with alternating wobble positions each day 757 var wobble = (parseInt(run/4) + parseInt(new Date()/1000/3600/24-0.5))%2; 756 758 757 759 //console.out(" Move telescope to '"+source+"' "+offset+" "+wobble);
Note:
See TracChangeset
for help on using the changeset viewer.