New Exposures

Use this to take an eng4 exposure using the detector simulator card

<egse
<startup_icu
<load_icu
tc_mode 1
<icu_init
<load_dpu
<expose.e80024

Use this to take a real eng4 exposure (PC fast simulator)

telnet mssls7
rlogin msslx2 | tee logfilename
<egse
<startup_icu
<load_icu
tc_mode 1
<load_dpu
<icu_init
<expose_fm.eng4.1
tc_det_enbl_frame_tag 0
tc_enbl_eng 1, eng_mode
and the exposure starts and lasts 2.5 hr

Instead of the last two steps - for an eposure with a real detector:
<expose_fm.eng4.2
<expose_fm.eng4.3

To view a PC fast simulator image

mv exp_fm.eng4 e80024
split_archive e80024
idl
IDL> .r ~xmmom/archive/jpdm/eng4
IDL> exit
xv mode4.gif

To make split_archive work

on mssls7 do
cd
cd bin
ln -s ../../pjs1/bin/split_archive
ln -s ../../pjs1/bin/mem_depacket
ln -s ../../pjs1/bin/dissect_dpu_data
ln -s ../../pjs1/bin/depacket_dpu_only
ln -s ../../pjs1/bin/sort_dpu_data
ln -s ../../pjs1/bin/decmprss
rehash