From 0ed6a9a9efcc4dc1f2ef654857d6aea8f55c4990 Mon Sep 17 00:00:00 2001 From: Jing Chen Date: Tue, 27 Mar 2012 15:19:40 +1100 Subject: [PATCH] add kookaburra r3487 | jgn | 2012-03-27 15:19:40 +1100 (Tue, 27 Mar 2012) | 1 line --- site_ansto/instrument/config/nexus/nxscripts_common_1.tcl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl b/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl index 276f9884..d8043d19 100644 --- a/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl +++ b/site_ansto/instrument/config/nexus/nxscripts_common_1.tcl @@ -51,7 +51,8 @@ namespace eval nexus { "platypus" "simple" "lyrebird" "simple" "pelican" "simple" - "taipan" "simple" + "taipan" "simple" + "kookaburra" "simple" } } namespace eval ::nexus::histmem {} @@ -118,7 +119,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} + array set inst_mnem {quokka QKK wombat WBT echidna ECH kowari KWR koala KOL taipan TPN platypus PLP pelican PLN lyrebird LBD kookaburra KKB} # set prefix [SplitReply [sicsdataprefix]] set date_time_arr [split [sicstime] " "] set isodate [lindex $date_time_arr 0]