Files
sics/site_ansto/instrument/dingo/config/hmm/hmm_configuration.tcl
Jing Chen 97fcb9ecf3 remove HMM component of Dingo
r3598 | jgn | 2012-06-12 10:01:17 +1000 (Tue, 12 Jun 2012) | 1 line
2012-11-15 17:30:34 +11:00

34 lines
691 B
Tcl

# Author Jing Chen (jgn@ansto.gove.au)
source $cfPath(hmm)/hmm_configuration_common_1.tcl
source $cfPath(hmm)/hmm_cylindrical_detector_configuration.tcl
set sim_mode [SplitReply [hmm_simulation]]
proc ::histogram_memory::init_OAT_TABLE {} {
}
proc CAT_TABLE {args} {
}
proc ::histogram_memory::init_CAT_TABLE {} {
}
##
# @brief Return the detector position
proc ::histogram_memory::detector_posn_degrees {} {
return [SplitReply [stth]]
}
proc ::histogram_memory::pre_count {} {}
proc ::histogram_memory::post_count {} {}
proc ::histogram_memory::isc_initialize {} {
}
proc histmem {cmd args} {
eval "_histmem $cmd $args"
}
publish histmem user