add kookaburra
r3487 | jgn | 2012-03-27 15:19:40 +1100 (Tue, 27 Mar 2012) | 1 line
This commit is contained in:
committed by
Douglas Clowes
parent
132fb83389
commit
0ed6a9a9ef
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user