Files
sics/site_ansto/instrument/hrpd/echidna_configuration.tcl
Ferdi Franceschini d2450cde32 Added detector spec variables.
r1539 | ffr | 2007-02-22 16:10:20 +1100 (Thu, 22 Feb 2007) | 2 lines
2012-11-15 13:01:23 +11:00

51 lines
1.4 KiB
Tcl

# $Revision: 1.16 $
# $Date: 2007-02-22 05:10:20 $
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
# Last revision by: $Author: ffr $
# Required by server_config.tcl
VarMake Instrument Text Internal
Instrument Echidna
Instrument lock
#START SERVER CONFIGURATION SECTION
source util/dmc2280/dmc2280_util.tcl
source sics_ports.tcl
source server_config.tcl
#END SERVER CONFIGURATION SECTION
########################################
# INSTRUMENT SPECIFIC CONFIGURATION
VarMake sics_bm_distance Float User
VarMake sics_mono_crystal Text User
fileeval $cfPath(motors)/motor_configuration.tcl
########
source $cfPath(hipadaba)/hipadaba_configuration.tcl
source gumxml.tcl
#source counter.tcl
fileeval $cfPath(hmm)/hmm_configuration.tcl
fileeval $cfPath(nexus)/nxscripts.tcl
fileeval $cfPath(scan)/scan.tcl
MakeStateMon hmscan
fileeval extraconfig.tcl
VarMake detector_radius_mm Int User
detector_radius_mm 1250
VarMake detector_angle_deg Float User
detector_angle_deg 158.75
VarMake deg_per_rad Float Internal
deg_per_rad 57.29577951308232
deg_per_rad lock
VarMake detector_angle_rad Float User
detector_angle_rad [expr [SplitReply [detector_angle_deg]]/[SplitReply [deg_per_rad]] ]
VarMake detector_active_height_mm Float User
detector_active_height_mm 335
VarMake detector_zero_xpixel Float User
detector_zero_xpixel 127
VarMake detector_zero_ypixel Float User
detector_zero_ypixel 255.5