next up previous contents
Next: pacgs Up: Appendix A Previous: Appendix A

acquire

#################################################################
# 
#   Set up some numbers first
#
#################################################################

tc_det_acq_mode 0

det_reset_wind
det_wind 64,15,128,128
det_wind 64,143,128,128
det_wind 192,15,128,128
det_wind 192,143,128,128
tc_det_load_windows 4
taskDelay(30*60)

# Jon delay
taskDelay(40*60)

tc_fw_filter 1
tc_fw_move
taskDelay(20*60)

tc_set_exp_no 0xe00009

tc_det_enbl_frame_tag 1

tc_det_event_threshold 30

tc_prog_ref_stars "/home/xmmom/sim_data/e40009/ref_stars.cfg"

# ref frame exp
tc_set_frame_time 15000

tc_send_command IC_INIT_EXP
#tm_wait_for_alert DA_EOT_INIT_EXP
# ???????????????????????????????????????
taskDelay(5*60)

# change to science mode
tc_mode 3
# start the detector integration
tc_det_start_int

tc_send_command IC_ACQUIRE_FLD
# tm_wait_for_alert DA_SWITCH_FRAME
# tm_wait_for_alert DA_EOT_ACQUIRE_FLD
#taskDelay((15+25) * 60)
taskDelay(15*60)
tc_det_stop_int
taskDelay(25*60)

tc_fw_filter 4
tc_fw_move
taskDelay(20*60)




1998-12-23