This assumes the experiment is called t09345
. Change as appropriate.
- *scp the
.skd
files to oper@hobart:/usr2/sched
and oper@ceduna:/usr2/sched
- On hobart, log in as oper, then:
cd /usr2/sched
drudg
> t09345.skd
> Ho
? 11
7 1 1 1
> 3
> 12
> 0
|
Now set up the procedure files:
mv t09345ho.prc /usr2/proc
cd /usr2/proc
emacs t09345ho.prc
Add these at the end:
define unloader 00000000000x
enddef
define loader 00000000000x
enddef
define systemp 08252022938x
xdisp=on
"tsys1 are sefd (i.e. in jy) for recorded channels 1
xdisp=off
data_valid=off
sy=/usr2/st/bin/tsys -f 203,213 -s -i 0 -n 2
data_valid=on
enddef
define sefd 000000000000
systemp
enddef
define midob 08252023503x
sy=run setcl adapt &
enddef
define preob 08252023450x
systemp
enddef
define postob 08252024000x
"
enddef
The SEFDs are nominal values and should be checked and changed if there’s time
|
- Repeat on ceduna (except “Cd” instead of “Ho”). The end of the procedure file for Ceduna should look like this:
define unloader 00000000000x
enddef
define loader 00000000000x
enddef
define systemp 08252015950x
data_valid=off
sy=/usr2/st/bin/tsys -f 30,41 -s -n 2 -i 2 rakbus
data_valid=on
enddef
define preob 08252015950
systemp
enddef
define midob 08252020004
clkoff
wth
enddef
define postob 08252022315
onsource
enddef
define ready 00000000000x
enddef
The SEFDs are nominal values and should be checked and changed if there’s time
|