NEXT
User name a-onl
Log entry time 16:04:42 on January 8, 2005
Entry number 138549
keyword=End_of_Run_1533
****************************
Run Number: 1533
End of Run Comment:
Run_type=other,bbarm_theta=70,beam_energy=1.2,beam_halfwaveplate=out,beam_raster=off,comment_text=junk, to test if powercycling roc4 was successful,daq_mode=SRCEXPT,dvcsarm_distance=1.1,dvcsarm_theta=-18.25,kin_name=,leftarm_p=1.1377,leftarm_theta=17.0,ndarm_distance=15,ndarm_theta=50,rightarm_p=0,rightarm_theta=12.5,target_type=LH2 4cm
can't read "epicsfile": no such variable
while executing
"halla_message "halla_scaler_process" "file $epicsfile..."
invoked from within
"if { [file exists $scalerinfo(epics)] } {
set fpid [open $scalerinfo(epics)]
while { ! [ eof $fpid ] } {
gets $fpid temp
set temp [ string trim $temp ] ; # get rid of leading and trailing spaces
if { [ string first ";" $temp ] == 0 } { continue; } ;# skip comments
if { [ string first ps $temp ] == 0 } {
set pslist [ split $temp , ]
foreach i $pslist {
append psfacline "$i "
set psfac [ split $i = ]
regsub ps [lindex $psfac 0 ] " " psind
set psind [string trim $psind ]
set ps($psind) [lindex $psfac 1]
if { $psind == 6 } {
if { $ps($psind) >= 65536 } {
# 9 billion is ~same as turning off this channel (SRC expt assumption)
set ps($psind) 999999999
}
}
if { $psind == 7 } {
if { $ps($psind) >= 65536 } {
set ps($psind) 999999999
}
}
}
break;
}
}
close $fpid
} else {
halla_message "halla_scaler_process" "file $epicsfile does not exist"
}"
(procedure "halla_scaler_process" line 79)
invoked from within
"halla_scaler_process .mid.tex scalerinfo "
****************************