create initial SICS file for Dingo

r3574 | jgn | 2012-06-01 16:07:14 +1000 (Fri, 01 Jun 2012) | 1 line
This commit is contained in:
Jing Chen
2012-06-01 16:07:14 +10:00
committed by Douglas Clowes
parent 6b6838eaae
commit 66aa3f943c
23 changed files with 1235 additions and 1 deletions

View File

@@ -89,6 +89,7 @@ namespace eval histogram_memory {
wombat INTERNAL
lyrebird INTERNAL
kookaburra INTERNAL
dingo INTERNAL
}
array set default_frame_source_always_internal {
@@ -102,6 +103,7 @@ namespace eval histogram_memory {
wombat "false"
lyrebird "false"
kookaburra "false"
dingo "false"
}
::utility::mkVar detector_active_height_mm Float user active_height true detector true true

View File

@@ -53,6 +53,7 @@ namespace eval nexus {
"pelican" "simple"
"taipan" "simple"
"kookaburra" "simple"
"dingo" "simple"
}
}
namespace eval ::nexus::histmem {}
@@ -119,7 +120,7 @@ proc ::nexus::datapath {} {
# @param postfix This is the filename suffix, must be one of: nx.hdf, hdf, h5, nx5, xml
proc newFileName {idNum postfix} {
if [ catch {
array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN lyrebird LBD kookaburra KKB}
array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN lyrebird LBD kookaburra KKB dingo DNG}
# set prefix [SplitReply [sicsdataprefix]]
set date_time_arr [split [sicstime] " "]
set isodate [lindex $date_time_arr 0]