Variables to calculate polar angles in a region of interest.
r1629 | ffr | 2007-03-12 09:17:04 +1100 (Mon, 12 Mar 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
307a3ccc6b
commit
046e642f3d
@@ -1,5 +1,5 @@
|
||||
# $Revision: 1.10 $
|
||||
# $Date: 2007-03-05 09:47:40 $
|
||||
# $Revision: 1.11 $
|
||||
# $Date: 2007-03-11 22:17:04 $
|
||||
# Author: Ferdi Franceschini (ffr@ansto.gov.au)
|
||||
# Last revision by: $Author: ffr $
|
||||
|
||||
@@ -42,19 +42,23 @@ detector_angle_rad [expr [SplitReply [detector_angle_deg]]/[SplitReply [deg_per_
|
||||
VarMake detector_active_height_mm Float User
|
||||
detector_active_height_mm 200.0
|
||||
|
||||
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 [expr 480 * 8 - 1]
|
||||
## 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
|
||||
detector_type lock
|
||||
|
||||
Reference in New Issue
Block a user