Fix histogram memory configuration.
This commit is contained in:
@ -5,6 +5,7 @@ config/counter
|
|||||||
config/hipadaba
|
config/hipadaba
|
||||||
config/hmm/hmm_configuration_common_1.tcl
|
config/hmm/hmm_configuration_common_1.tcl
|
||||||
config/hmm/hmm_object.tcl
|
config/hmm/hmm_object.tcl
|
||||||
|
config/hmm/anstohm_linked.xml
|
||||||
config/scan
|
config/scan
|
||||||
config/nexus
|
config/nexus
|
||||||
config/commands
|
config/commands
|
||||||
|
@ -43,7 +43,7 @@ proc ::histogram_memory::isc_initialize {} {
|
|||||||
if [ catch {
|
if [ catch {
|
||||||
::histogram_memory::init_hmm_objs
|
::histogram_memory::init_hmm_objs
|
||||||
BAT_TABLE -init
|
BAT_TABLE -init
|
||||||
# CAT_TABLE -init
|
CAT_TABLE -init
|
||||||
SAT_TABLE -init
|
SAT_TABLE -init
|
||||||
OAT_TABLE -init
|
OAT_TABLE -init
|
||||||
FAT_TABLE -init
|
FAT_TABLE -init
|
||||||
@ -60,9 +60,10 @@ proc ::histogram_memory::isc_initialize {} {
|
|||||||
|
|
||||||
set ::histogram_memory::histmem_axes(HOR) /instrument/detector/x_bin
|
set ::histogram_memory::histmem_axes(HOR) /instrument/detector/x_bin
|
||||||
set ::histogram_memory::histmem_axes(VER) /instrument/detector/y_bin
|
set ::histogram_memory::histmem_axes(VER) /instrument/detector/y_bin
|
||||||
::histogram_memory::set_frame_source INTERNAL
|
set ::histogram_memory::histmem_axes(TOF) /instrument/detector/time_of_flight
|
||||||
} message ] {
|
} message ] {
|
||||||
if {$::errorCode=="NONE"} {return $message}
|
if {$::errorCode=="NONE"} {return $message}
|
||||||
|
clientput $message
|
||||||
return -code error $message
|
return -code error $message
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# Required by server_config.tcl
|
# Required by server_config.tcl
|
||||||
VarMake Instrument Text Internal
|
VarMake Instrument Text Internal
|
||||||
Instrument Emu
|
Instrument emu
|
||||||
Instrument lock
|
Instrument lock
|
||||||
|
|
||||||
#START SERVER CONFIGURATION SECTION
|
#START SERVER CONFIGURATION SECTION
|
||||||
|
Reference in New Issue
Block a user