- Timestamp:
- 04/17/12 22:47:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/ScriptsForDimCtrl/TakeMrk421
r13349 r13369 1 # Data taking and tracking script for Mrk 421 starting up...1 # Data taking and tracking script for Mrk 421 2 2 > 3 3 > ---------------------------------------------------- 4 > Data taking and tracking script for Mrk 421 starting up... 4 > Data taking and tracking script for Mrk 421 5 > starting up... 5 6 > ---------------------------------------------------- 6 7 7 # changing tracking to "Mrk 421" Wobble 1 8 > moving telescope to wobble position 1 9 > ...waiting for drivectrl to be ready to move 10 .s DRIVE_CONTROL 5 11 .w 2000 12 DRIVE_CONTROL/TRACK_SOURCE 0.6 90 "Mrk 421" 13 > ...sent tracking command 8 # changing tracking to Mrk 421 Wobble 1 9 .x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble1 14 10 15 11 # Wait for drivectrl to reply that its tracking the given source 16 .s DRIVE_CONTROL 6 17 > ...moving 18 .s DRIVE_CONTROL 7 19 > ...tracking above written wobble position 20 > ...waiting 30 sec for drive to calm down 21 > 12 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking 22 13 23 .w 30000 24 25 # starting data taking of "Mrk 421" Wobble 1 26 > 14 # starting data taking of Mrk 421 Wobble 1 27 15 .x ScriptsForDimCtrl/DataTaking1 28 16 29 17 # Stop tracking 30 .w 2000 31 DRIVE_CONTROL/STOP 32 .s DRIVE_CONTROL 5 33 > 34 > ...stopped tracking of above wobble position 35 > ---------------------------------------------------- 18 .x ScriptsForDimCtrl/ServiceScripts/StopTracking 36 19 37 # changing tracking to "Mrk 421" Wobble 2 38 > 39 > moving telescope to wobble position 2 40 > ...waiting for drivectrl to be ready to move 41 .s DRIVE_CONTROL 5 42 .w 2000 43 DRIVE_CONTROL/TRACK_SOURCE 0.6 -90 "Mrk 421" 44 > ...sent tracking command 20 # changing tracking to Mrk 421 Wobble 2 21 .x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble2 45 22 46 23 # Wait for drivectrl to reply that its tracking the given source 47 .s DRIVE_CONTROL 6 48 > ...moving 49 .s DRIVE_CONTROL 7 50 > ...tracking above written wobble position 51 > ...waiting 30 sec for drive to calm down 52 > 53 .w 30000 24 .x ScriptsForDimCtrl/ServiceScripts/WaitForTracking 54 25 55 # data taking to "Mrk 421" Wobble 2 56 > 26 # data taking to Mrk 421 Wobble 2 57 27 .x ScriptsForDimCtrl/DataTaking2 58 28 59 29 # Stop tracking 60 . w 200061 DRIVE_CONTROL/STOP 62 .s DRIVE_CONTROL 5 63 > 64 > ...stopped tracking of Mrk421 at above wobble position30 .x ScriptsForDimCtrl/ServiceScripts/StopTracking 31 32 > ---------------------------------------------------- 33 > Data taking and tracking script for Mrk 421 34 > finnished 65 35 > ---------------------------------------------------- 66 36 > 67 # ...stopped tracking of Mrk421 at above wobble position 68 # ---------------------------------------------------- 37
Note:
See TracChangeset
for help on using the changeset viewer.