echidna_configuration.tcl
Load sct_lakeshore 340 and 336 configurations. Load new robot pick and place configuration hmm_configuration.tcl Override proc CAT_TABLE to add offset and magnification configuration. motor_configuration.tcl Modularised for tilt and euler configurations. Added euler_configuration.tcl and put tilt stage configuration in tilt_configuration.tcl r3030 | ffr | 2010-12-01 10:29:42 +1100 (Wed, 01 Dec 2010) | 10 lines
This commit is contained in:
committed by
Douglas Clowes
parent
2e658ff4a9
commit
d274698ff4
@@ -28,6 +28,21 @@ proc ::histogram_memory::init_SAT_TABLE {} {
|
||||
}
|
||||
}
|
||||
|
||||
proc CAT_TABLE {args} {
|
||||
return {
|
||||
<CAT>
|
||||
<WIX APPLY="ENABLE" MIN_RAW="0" MAX_RAW="127" TABLE_SIZE="128">
|
||||
<link_numeric_file filename="../../echidna_wix.dat" default_filename="../HMconfig/Default/echidna_wix.dat" />
|
||||
</WIX>
|
||||
<OFFSET_Y_PER_X APPLY="ENABLE" MIN_RAW="0" MAX_RAW="127" TABLE_SIZE="128" BASE_VAL="0">
|
||||
<link_numeric_file filename="../../echidna_offset_y_per_x.dat" default_filename="../HMconfig/Default/echidna_offset_y_per_x.dat" />
|
||||
</OFFSET_Y_PER_X>
|
||||
<MAGNIFY APPLY="ENABLE" MIN_RAW="0" MAX_RAW="127" TABLE_SIZE="128" DIRECTION="X" MAX_IN="479" MAX_OUT="479" RANGE="UNSIGNED">
|
||||
<link_numeric_file filename="../../echidna_magnify.dat" default_filename="../HMconfig/Default/echidna_magnify.dat" />
|
||||
</MAGNIFY>
|
||||
</CAT>
|
||||
}
|
||||
}
|
||||
proc ::histogram_memory::init_CAT_TABLE {} {
|
||||
CAT_TABLE -set MESYTEC_MPSD8_CHANNEL_GAINS {
|
||||
1.00 1.00 1.00 1.00 1.00 1.00 1.00 1.00
|
||||
@@ -142,7 +157,7 @@ proc ::histogram_memory::isc_initialize {} {
|
||||
hmm configure $INST_NXC 64
|
||||
}
|
||||
BAT_TABLE -init
|
||||
CAT_TABLE -init
|
||||
# CAT_TABLE -init
|
||||
SAT_TABLE -init
|
||||
OAT_TABLE -init
|
||||
FAT_TABLE -init
|
||||
@@ -162,7 +177,7 @@ proc ::histogram_memory::isc_initialize {} {
|
||||
# hmm configure FAT_SIMULATED_EVENT_X1 $xbbmax
|
||||
::histogram_memory::init_OAT_TABLE
|
||||
::histogram_memory::init_SAT_TABLE
|
||||
::histogram_memory::init_CAT_TABLE
|
||||
# ::histogram_memory::init_CAT_TABLE
|
||||
::histogram_memory::upload_config Filler_defaults
|
||||
|
||||
set ::histogram_memory::histmem_axes(HOR) /instrument/detector/x_pixel_angular_offset
|
||||
|
||||
Reference in New Issue
Block a user