setup pelican config

r3268 | jgn | 2011-11-18 15:44:28 +1100 (Fri, 18 Nov 2011) | 1 line
This commit is contained in:
Jing Chen
2011-11-18 15:44:28 +11:00
committed by Douglas Clowes
parent 1ef8a8a5ac
commit fac72e3abb

View File

@@ -10,7 +10,8 @@ namespace eval histogram_memory {
proc x_pixel_angular_offset {args} { proc x_pixel_angular_offset {args} {
variable state variable state
if [ catch { if [ catch {
set deg_per_radian [SplitReply [deg_per_rad]] #set deg_per_radian [SplitReply [deg_per_rad]]
set deg_per_radian 57.29577951308232
set max_chan [OAT_TABLE X -getdata MAX_CHAN] set max_chan [OAT_TABLE X -getdata MAX_CHAN]
set bb_zero_offset [expr -1*($max_chan-1)] set bb_zero_offset [expr -1*($max_chan-1)]
set det_width_mm [SplitReply [detector_active_width_mm]] set det_width_mm [SplitReply [detector_active_width_mm]]