SICS-396 link total_counts in data group for hdf files.

Make simulated hmm driver more like the real driver.

r2919 | ffr | 2010-05-12 14:05:11 +1000 (Wed, 12 May 2010) | 3 lines
This commit is contained in:
Ferdi Franceschini
2010-05-12 14:05:11 +10:00
committed by Douglas Clowes
parent 3b8b81a19b
commit b0fd7636b4

View File

@@ -48,6 +48,7 @@ namespace eval histogram_memory {
hmm configure acq_dataset_active_sec 9.8 hmm configure acq_dataset_active_sec 9.8
hmm configure ratemap_xy_max_bin 123 hmm configure ratemap_xy_max_bin 123
hmm configure ratemap_xy_total 321 hmm configure ratemap_xy_total 321
hmm configure maximum_period 0
foreach bm $::counter::isc_beam_monitor_list { foreach bm $::counter::isc_beam_monitor_list {
set bm_num [string index $bm end] set bm_num [string index $bm end]
if [string is integer $bm_num] { if [string is integer $bm_num] {
@@ -1415,6 +1416,7 @@ sicslist setatt ::histogram_memory::total_counts klass detector
sicslist setatt ::histogram_memory::total_counts long_name total_counts sicslist setatt ::histogram_memory::total_counts long_name total_counts
sicslist setatt ::histogram_memory::total_counts mutable true sicslist setatt ::histogram_memory::total_counts mutable true
sicslist setatt ::histogram_memory::total_counts units count sicslist setatt ::histogram_memory::total_counts units count
sicslist setatt ::histogram_memory::total_counts link data_set
## ##
# @brief Histogram memory acquisition time # @brief Histogram memory acquisition time