• Main INDEX
  • Monthly INDEX
  • PREV
  • NEXT

    User name a-onl

    Log entry time 01:56:42 on January 18, 2005

    Entry number 139549

    keyword=End_of_Run_1916
    ****************************
     Run Number: 1916
     End of Run Comment:
    Run_type=other,bbarm_theta=98,beam_energy=4.6,beam_raster=off,comment_text=10 muA, 12C, hopefully production,daq_mode=SRCEXPT,kin_name=F1,leftarm_p=3.762,leftarm_theta=19.5,ndarm_distance=6,ndarm_theta=98,rightarm_p=1.45,rightarm_theta=40.1,target_type=Carbon (tilted)
     
    
    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 "
    
    ****************************