Variables to calculate polar angles in a region of interest.
r1632 | ffr | 2007-03-12 09:43:12 +1100 (Mon, 12 Mar 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
ea3bfe6cbb
commit
f6bb48f9e1
@@ -1,5 +1,5 @@
|
||||
# $Revision: 1.18 $
|
||||
# $Date: 2007-03-05 10:02:54 $
|
||||
# $Revision: 1.19 $
|
||||
# $Date: 2007-03-11 22:43:12 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
@@ -21,13 +21,14 @@ source server_config.tcl
|
||||
fileeval $cfPath(motors)/motor_configuration.tcl
|
||||
|
||||
########
|
||||
source $cfPath(hipadaba)/hipadaba_configuration.tcl
|
||||
source gumxml.tcl
|
||||
|
||||
fileeval $cfPath(counter)/counter.tcl
|
||||
fileeval $cfPath(hmm)/hmm_configuration.tcl
|
||||
fileeval $cfPath(nexus)/nxscripts.tcl
|
||||
fileeval $cfPath(scan)/scan.tcl
|
||||
source $cfPath(hipadaba)/hipadaba_configuration.tcl
|
||||
source gumxml.tcl
|
||||
|
||||
MakeStateMon hmscan
|
||||
|
||||
VarMake detector_radius_mm Int User
|
||||
@@ -42,23 +43,28 @@ detector_angle_rad [expr [SplitReply [detector_angle_deg]]/[SplitReply [deg_per_
|
||||
VarMake detector_active_height_mm Float User
|
||||
detector_active_height_mm 335
|
||||
|
||||
VarMake detector_xpixel_zero_offset Float User
|
||||
detector_xpixel_zero_offset 0.0
|
||||
VarMake detector_ypixel_zero_offset Float User
|
||||
detector_ypixel_zero_offset 0.0
|
||||
VarMake crystal_type Text User
|
||||
VarMake crystal_wavelength_A Float User
|
||||
|
||||
VarMake bmon_distance Float User
|
||||
|
||||
VarMake detector_zero_xpixel Float User
|
||||
detector_zero_xpixel 127
|
||||
VarMake detector_zero_ypixel Float User
|
||||
detector_zero_ypixel 255.5
|
||||
## Column number at beam centre
|
||||
VarMake detector_zero_row Float User
|
||||
detector_zero_row 255.5
|
||||
## Row number at beam centre for a detector rotation of 0 degrees
|
||||
VarMake detector_zero_col Float User
|
||||
detector_zero_col 124
|
||||
## Row offset for region of interest
|
||||
VarMake detector_ROI_row_offset Float User
|
||||
detector_ROI_row_offset 0
|
||||
## Column offset for region of interest
|
||||
VarMake detector_ROI_col_offset Float User
|
||||
detector_ROI_col_offset 0
|
||||
|
||||
detector_type He-3 position sensitive detector, tube active length=335+/-5mm, tube diameter=25.4 +/- 0.8mm
|
||||
detector_type lock
|
||||
|
||||
detector_description 128 He-3 proportional counter detector tubes (GE Energy Reuter Stokes Inc. item=RS-P4-0814-217)
|
||||
detector_description lock
|
||||
|
||||
fileeval extraconfig.tcl
|
||||
|
||||
Reference in New Issue
Block a user